Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
279
const
nowOf = (deps: SessionDeps): Date => (deps.now ?? (() =>
new
Date()))()
280
281
function
isSessionRowCompatibleWithAccessTier(
282
row: InternalSessionRow,
Callers
6
fetchSessionQuotaSnapshot
Function · 0.85
viewForRow
Function · 0.85
requestSession
Function · 0.85
getSessionState
Function · 0.85
endUserSession
Function · 0.85
checkSessionAdmissible
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected