MCPcopy Index your code
hub / github.com/NativeScript/SimDeck / mtimeMs

Function mtimeMs

scripts/codex-worktree-cache.mjs:324–330  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

322}
323
324function mtimeMs(path) {
325 try {
326 return statSync(path).mtimeMs;
327 } catch {
328 return 0;
329 }
330}
331
332function log(message) {
333 console.log(`[cache] ${message}`);

Callers 1

cacheSourceRootsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected