MCPcopy
hub / github.com/redpanda-data/console / all

Method all

frontend/src/utils/array-extensions.ts:33–33  ·  view source on GitHub ↗
(this: T[], selector: (x: T) => boolean)

Source from the content-addressed store, hash-verified

31
32 any<T>(this: T[], selector: (x: T) => boolean): boolean;
33 all<T>(this: T[], selector: (x: T) => boolean): boolean;
34
35 /** group elements into a Map<> using the given key selector */
36 groupBy<T, K>(this: T[], selector: (x: T) => K): Map<K, T[]>;

Callers 15

add-user-step.tsxFile · 0.80
onSaveRolesFunction · 0.80
removeFromRoleFunction · 0.80
assignRoleFunction · 0.80
onConfirmDeleteFunction · 0.80
onConfirmDeleteFunction · 0.80
componentDidUpdateMethod · 0.80
TransformsListContentFunction · 0.80
OverviewTabFunction · 0.80
SchemaPageButtonsFunction · 0.80
handleSubmitFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected