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

Function normalizeRef

test/integration/test-helpers.ts:330–332  ·  view source on GitHub ↗
(ref: string)

Source from the content-addressed store, hash-verified

328}
329
330function normalizeRef(ref: string): string {
331 return ref.trim().toLowerCase();
332}
333
334function summarizeNode(node: any): string {
335 const ref = typeof node?.ref === 'string' ? node.ref : '(no-ref)';

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected