Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/callstack/agent-device
/ statMtimeMs
Function
statMtimeMs
scripts/clean-daemon.ts:113–119 ·
view source on GitHub ↗
(filePath: string)
Source
from the content-addressed store, hash-verified
111
}
112
113
function
statMtimeMs(filePath: string): number {
114
try {
115
return
fs.statSync(filePath).mtimeMs;
116
} catch {
117
return
0;
118
}
119
}
Callers
1
newestMtimeMs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…