MCPcopy 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
332function log(message) {
333 console.log(`[cache] ${message}`);
334}
335
336function describeError(error) {
337 return error instanceof Error ? error.message : String(error);

Callers 3

hydrateEntriesFunction · 0.85
saveEntriesFunction · 0.85
buildCachedFixtureAppFunction · 0.85

Calls 1

logMethod · 0.80

Tested by

no test coverage detected