MCPcopy
hub / github.com/OpenCoworkAI/open-codesign / isVirtualTemplatePath

Function isVirtualTemplatePath

packages/core/src/agent.ts:809–812  ·  view source on GitHub ↗
(file: string)

Source from the content-addressed store, hash-verified

807}
808
809function isVirtualTemplatePath(file: string): boolean {
810 const normalized = file.replace(/\\/g, '/').toLowerCase();
811 return normalized.startsWith('frames/') || normalized.startsWith('skills/');
812}
813
814function sourceCandidates(
815 files: readonly string[],

Callers 1

sourceCandidatesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected