Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anders-swanson/oracle-database-code-samples
/ fileLastmod
Function
fileLastmod
website/vite.config.ts:87–89 ·
view source on GitHub ↗
(url: URL)
Source
from the content-addressed store, hash-verified
85
}
86
87
function
fileLastmod(url: URL) {
88
return
fs.statSync(url).mtime.toISOString();
89
}
90
91
function
sampleLastmod(sampleLastmods: Map<string, string>, sampleId: string) {
92
const
lastmod = sampleLastmods.get(sampleId);
Callers
1
buildRoutes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected