You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a technical debt at #17 which is implementing the case of calling FindOverlappingIn method using kContained as overlapping type.
This case wasn't implemented from the get go because:
It isn't a trivial implementation.
A more performant/complex implementation of ObjectQuery is expected to be done in the short term.
The text was updated successfully, but these errors were encountered:
Summary
There is a technical debt at #17 which is implementing the case of calling
FindOverlappingIn
method usingkContained
as overlapping type.This case wasn't implemented from the get go because:
The text was updated successfully, but these errors were encountered: