Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/SimDeck
/ log
Function
log
scripts/codex-worktree-cache.mjs:332–334 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
330
}
331
332
function
log(message) {
333
console.log(`[cache] ${message}`);
334
}
335
336
function
describeError(error) {
337
return
error instanceof Error ? error.message : String(error);
Callers
3
hydrateEntries
Function · 0.85
saveEntries
Function · 0.85
buildCachedFixtureApp
Function · 0.85
Calls
1
log
Method · 0.80
Tested by
no test coverage detected