MCPcopy
hub / github.com/CodebuffAI/codebuff / nowOf

Function nowOf

web/src/server/free-session/public-api.ts:279–279  ·  view source on GitHub ↗
(deps: SessionDeps)

Source from the content-addressed store, hash-verified

277}
278
279const nowOf = (deps: SessionDeps): Date => (deps.now ?? (() => new Date()))()
280
281function isSessionRowCompatibleWithAccessTier(
282 row: InternalSessionRow,

Callers 6

viewForRowFunction · 0.85
requestSessionFunction · 0.85
getSessionStateFunction · 0.85
endUserSessionFunction · 0.85
checkSessionAdmissibleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected