MCPcopy 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
87function fileLastmod(url: URL) {
88 return fs.statSync(url).mtime.toISOString();
89}
90
91function sampleLastmod(sampleLastmods: Map<string, string>, sampleId: string) {
92 const lastmod = sampleLastmods.get(sampleId);

Callers 1

buildRoutesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected