MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / fsWatchRuntimeId

Function fsWatchRuntimeId

projects/runtime-node/src/fsWatch.ts:23–25  ·  view source on GitHub ↗
(watchId: string)

Source from the content-addressed store, hash-verified

21}
22
23function fsWatchRuntimeId(watchId: string): string {
24 return `fs-watch:${watchId}`
25}
26
27function readDirectorySnapshot(dir: string): Map<string, number> {
28 const snapshot = new Map<string, number>()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected