Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/afar1/fieldtheory-cli
/ isFirstRun
Function
isFirstRun
src/paths.ts:176–178 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
174
}
175
176
export
function
isFirstRun(): boolean {
177
return
!fs.existsSync(twitterBookmarksCachePath());
178
}
179
180
// ── Markdown wiki paths ──────────────────────────────────────────────────
181
Callers
3
requireData
Function · 0.85
buildCli
Function · 0.85
ft.mjs
File · 0.85
Calls
1
twitterBookmarksCachePath
Function · 0.85
Tested by
no test coverage detected