↓ 39 callersFunctionreadLocalFirstGitData({
authCtx,
cacheKey,
cacheType,
fallback,
jobType,
jobPayload,
fetchRemote,
}: LocalFirstGitReadOption
apps/web/src/lib/github.ts:2456
↓ 29 callersFunctionupsertCacheWithShared(
userId: string,
cacheKey: string,
cacheType: string,
data: T,
etag: string | null = null,
)
apps/web/src/lib/github.ts:1733
↓ 18 callersFunctionupsertGithubCacheEntry(
userId: string,
cacheKey: string,
_cacheType: string,
data: T,
etag: string | null = null,
)
apps/web/src/lib/github-sync-store.ts:41