MCPcopy
hub / github.com/callstack/agent-device / selector

Function selector

src/commands/interaction/runtime/selector-read.ts:132–134  ·  view source on GitHub ↗
(expression: string)

Source from the content-addressed store, hash-verified

130 };
131
132export function selector(expression: string): SelectorTarget {
133 return { kind: 'selector', selector: expression };
134}
135
136export function ref(refInput: string, options: { fallbackLabel?: string } = {}): RefTarget {
137 return {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected