MCPcopy Create free account
hub / github.com/anomalyco/opencode / wall

Function wall

packages/core/src/util/effect-flock.ts:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 // ---------------------------------------------------------------------------
88
89 function wall() {
90 return performance.timeOrigin + performance.now()
91 }
92
93 const mtimeMs = (info: FileSystem.File.Info) => Option.getOrElse(info.mtime, () => new Date(0)).getTime()
94

Callers 1

effect-flock.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected