MCPcopy Index your code
hub / github.com/DeepNotesApp/DeepNotes / markAsDependencies

Method markAsDependencies

apps/client/src/code/realtime/client.ts:485–489  ·  view source on GitHub ↗
(fullKeys: string[])

Source from the content-addressed store, hash-verified

483 }
484
485 markAsDependencies(fullKeys: string[]) {
486 for (const fullKey of fullKeys) {
487 this.values[fullKey];
488 }
489 }
490 },
491);
492export type RealtimeClient = InstanceType<ReturnType<typeof RealtimeClient>>;

Callers 3

mhgetCoalesceMethod · 0.80
isSyncedMethod · 0.80
mhgetCoalesceAsyncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected