MCPcopy
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.tsxFile · 0.65
GroupCoverLayerFunction · 0.65
resolveAppPathFunction · 0.65
hasAccessibleLocalFileFunction · 0.65
extractLocalBookMetadataFunction · 0.65
resolveBookPathFunction · 0.65
loadBookFunction · 0.65
BookDetailsScreenFunction · 0.65
getChaptersFunction · 0.65
useVectorizationQueueFunction · 0.65
useReaderTTSFunction · 0.65
resolveFunction · 0.65

Implementers 2

MobileSyncAdapterpackages/app-expo/src/lib/sync/sync-ad
DesktopSyncAdapterpackages/app/src/lib/sync/sync-adapter

Calls

no outgoing calls

Tested by

no test coverage detected