Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codedogQBY/ReadAny
/ joinPath
Method
joinPath
packages/core/src/sync/sync-adapter.ts:55–55 ·
view source on GitHub ↗
Join path segments
(...segments: string[])
Source
from the content-addressed store, hash-verified
53
54
/** Join path segments */
55
joinPath(...segments: string[]): string;
56
57
/** Get current app version string */
58
getAppVersion(): Promise<string>;
Callers
15
BookCard.tsx
File · 0.65
GroupCoverLayer
Function · 0.65
resolveAppPath
Function · 0.65
hasAccessibleLocalFile
Function · 0.65
extractLocalBookMetadata
Function · 0.65
resolveBookPath
Function · 0.65
loadBook
Function · 0.65
BookDetailsScreen
Function · 0.65
getChapters
Function · 0.65
useVectorizationQueue
Function · 0.65
useReaderTTS
Function · 0.65
resolve
Function · 0.65
Implementers
2
MobileSyncAdapter
packages/app-expo/src/lib/sync/sync-ad
DesktopSyncAdapter
packages/app/src/lib/sync/sync-adapter
Calls
no outgoing calls
Tested by
no test coverage detected