Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
324
function
mtimeMs(path) {
325
try {
326
return
statSync(path).mtimeMs;
327
} catch {
328
return
0;
329
}
330
}
331
332
function
log(message) {
333
console.log(`[cache] ${message}`);
Callers
1
cacheSourceRoots
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected