MCPcopy Index your code
hub / github.com/simstudioai/sim / extractReferenceContent

Function extractReferenceContent

apps/sim/executor/constants.ts:427–429  ·  view source on GitHub ↗
(reference: string)

Source from the content-addressed store, hash-verified

425}
426
427export function extractReferenceContent(reference: string): string {
428 return reference.substring(REFERENCE.START.length, reference.length - REFERENCE.END.length)
429}
430
431export function parseReferencePath(reference: string): string[] {
432 const content = extractReferenceContent(reference)

Callers 1

parseReferencePathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected