We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0c5f5 commit c44578cCopy full SHA for c44578c
x-pack/plugins/security_solution/public/resolver/store/selectors.ts
@@ -152,6 +152,15 @@ export const graphableProcesses = composeSelectors(
152
dataSelectors.graphableProcesses
153
);
154
155
+/**
156
+ * Select the `ancestors` and `children` limits that were reached or exceeded
157
+ * during the request for the current tree.
158
+ */
159
+export const lineageLimitsReached = composeSelectors(
160
+ dataStateSelector,
161
+ dataSelectors.limitsReached
162
+);
163
+
164
/**
165
* Calls the `secondSelector` with the result of the `selector`. Use this when re-exporting a
166
* concern-specific selector. `selector` should return the concern-specific state.
0 commit comments