MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / firstReferencePathCandidate

Function firstReferencePathCandidate

src/api/TaskNotesAPI.ts:2960–2963  ·  view source on GitHub ↗
(reference: string)

Source from the content-addressed store, hash-verified

2958}
2959
2960function firstReferencePathCandidate(reference: string): string | null {
2961 const parsed = parseLinkToPath(reference).trim();
2962 return parsed ? normalizePath(parsed) : null;
2963}
2964
2965type RuntimeQueryExecution = {
2966 filterQuery: FilterQuery;

Callers 1

Calls 2

parseLinkToPathFunction · 0.90
normalizePathFunction · 0.90

Tested by

no test coverage detected