MCPcopy Index your code
hub / github.com/callstack/agent-device / stripSelectorChain

Function stripSelectorChain

src/daemon/selector-recording.ts:76–79  ·  view source on GitHub ↗
(result: T)

Source from the content-addressed store, hash-verified

74}
75
76export function stripSelectorChain<T extends Record<string, unknown>>(result: T): T {
77 const { selectorChain: _selectorChain, ...publicResult } = result;
78 return publicResult as T;
79}
80
81export function recordIfSession(
82 sessionStore: SessionStore,

Callers 2

dispatchIsViaRuntimeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected