MCPcopy
hub / github.com/afar1/fieldtheory-cli / twitterBookmarksIndexPath

Function twitterBookmarksIndexPath

src/paths.ts:123–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121}
122
123export function twitterBookmarksIndexPath(): string {
124 return path.join(dataDir(), 'bookmarks.db');
125}
126
127export function preferencesPath(): string {
128 return path.join(dataDir(), '.preferences');

Callers 15

queryVizDataFunction · 0.85
classifyWithLlmFunction · 0.85
classifyDomainsWithLlmFunction · 0.85
getPathReportFunction · 0.85
buildIndexFunction · 0.85
searchBookmarksFunction · 0.85
listBookmarksFunction · 0.85
countBookmarksFunction · 0.85
getBookmarkByIdFunction · 0.85
getStatsFunction · 0.85
classifyAndRebuildFunction · 0.85

Calls 1

dataDirFunction · 0.85

Tested by

no test coverage detected