MCPcopy Create free account
hub / github.com/callstack/agent-device / uniqueStrings

Function uniqueStrings

src/utils/selector-build.ts:69–71  ·  view source on GitHub ↗
(values: readonly string[])

Source from the content-addressed store, hash-verified

67}
68
69function uniqueStrings(values: readonly string[]): string[] {
70 return Array.from(new Set(values));
71}
72
73function quoteSelectorValue(value: string): string {
74 return JSON.stringify(value);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…