Skip to content

Commit c44578c

Browse files
author
Brent Kimmel
committed
Adding composed selector
1 parent 1a0c5f5 commit c44578c

File tree

1 file changed

+9
-0
lines changed
  • x-pack/plugins/security_solution/public/resolver/store

1 file changed

+9
-0
lines changed

x-pack/plugins/security_solution/public/resolver/store/selectors.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,15 @@ export const graphableProcesses = composeSelectors(
152152
dataSelectors.graphableProcesses
153153
);
154154

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+
155164
/**
156165
* Calls the `secondSelector` with the result of the `selector`. Use this when re-exporting a
157166
* concern-specific selector. `selector` should return the concern-specific state.

0 commit comments

Comments
 (0)