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

Method setDependencyCache

src/utils/TaskManager.ts:1019–1021  ·  view source on GitHub ↗
(cache: DependencyCache)

Source from the content-addressed store, hash-verified

1017 private _dependencyCache: DependencyCache | undefined = undefined;
1018
1019 setDependencyCache(cache: DependencyCache): void {
1020 this._dependencyCache = cache;
1021 }
1022
1023 getBlockingTaskPaths(taskPath: string): string[] {
1024 if (!this._dependencyCache) {

Callers 1

initializeCoreServicesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected