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

Method taskReferenceMatches

src/api/TaskNotesAPI.ts:2623–2630  ·  view source on GitHub ↗
(
		reference: string,
		sourcePath: string,
		targetPath: string
	)

Source from the content-addressed store, hash-verified

2621 }
2622
2623 private async taskReferenceMatches(
2624 reference: string,
2625 sourcePath: string,
2626 targetPath: string
2627 ): Promise<boolean> {
2628 const path = await this.resolveTaskReferencePath(reference, sourcePath);
2629 return path === normalizePath(targetPath);
2630 }
2631
2632 private async resolveTaskReferencePath(
2633 reference: string,

Callers 2

getSubtasksMethod · 0.95
getBlockingTasksMethod · 0.95

Calls 2

normalizePathFunction · 0.90

Tested by

no test coverage detected