Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/artifact-fs
/ functions
Functions
761 in github.com/cloudflare/artifact-fs
⨍
Functions
761
◇
Types & classes
71
↓ 1 callers
Method
PrepareFetchedBranch
(ctx context.Context, repo model.RepoConfig, ref string)
internal/gitstore/gitstore.go:178
↓ 1 callers
Method
Push
(x any)
internal/hydrator/hydrator.go:550
↓ 1 callers
Method
Remount
(ctx context.Context, name string)
internal/daemon/daemon.go:451
↓ 1 callers
Method
Rename
(_ context.Context, oldPath, newPath string)
internal/fusefs/merged_test.go:64
↓ 1 callers
Method
RenameAndMarkModifiedFromBase
(ctx context.Context, oldPath, newPath string, sourceOID string)
internal/model/types.go:187
↓ 1 callers
Method
Rmdir
(ctx context.Context, path string)
internal/fusefs/ops.go:154
↓ 1 callers
Method
SetRefresh
(ctx context.Context, name string, interval time.Duration)
internal/daemon/daemon.go:359
↓ 1 callers
Function
TryUnmount
(mountPoint string)
internal/fusefs/fuse_unix.go:737
↓ 1 callers
Method
UpdateHEADRef
(ctx context.Context, ref string)
internal/snapshot/store.go:124
↓ 1 callers
Function
ValidateRepoName
ValidateRepoName checks that a repo name is safe for use in filesystem paths.
internal/model/types.go:140
↓ 1 callers
Method
VerifyBlob
(ctx context.Context, repo model.RepoConfig, objectOID string, cachePath string)
internal/hydrator/hydrator.go:20
↓ 1 callers
Function
addImplicitDirs
(repoID model.RepoID, nodes []model.BaseNode)
internal/gitstore/gitstore.go:1265
↓ 1 callers
Function
applyBatchCheckLine
(nodes []model.BaseNode, index map[string][]int, line string)
internal/gitstore/gitstore.go:431
↓ 1 callers
Function
authorityStartInCore
(core string, remoteStart int)
internal/auth/redact.go:419
↓ 1 callers
Method
awaitVerification
(ctx context.Context, key string, ch chan verifyResult)
internal/hydrator/hydrator.go:319
↓ 1 callers
Method
batchResolveSizes
(ctx context.Context, repo model.RepoConfig, nodes []model.BaseNode, oids []string, index map[string][]int)
internal/gitstore/gitstore.go:370
↓ 1 callers
Function
benchmarkRepo
(t *testing.T, git *gitstore.Store, repo repoSpec)
bench_test.go:62
↓ 1 callers
Function
blobCacheStats
(cacheDir string)
internal/daemon/daemon.go:1244
↓ 1 callers
Function
branchName
(ref string)
internal/gitstore/gitstore.go:1222
↓ 1 callers
Function
buildMountConfig
( sandboxIdInput?: string | null, remoteInput?: string | null, branchInput?: string | null )
examples/cloudflare-sandbox-sdk/src/index.ts:194
↓ 1 callers
Function
buildStatusConfig
( sandboxIdInput: string, remoteInput?: string | null, branchInput?: string | null )
examples/cloudflare-sandbox-sdk/src/index.ts:224
↓ 1 callers
Method
clearVerified
(key string)
internal/hydrator/hydrator.go:289
↓ 1 callers
Method
closeAll
()
internal/gitstore/gitstore.go:617
↓ 1 callers
Method
completePreparedRuntime
(ctx context.Context, cfg model.RepoConfig, headOID string, headRef string, gen int64)
internal/daemon/daemon.go:841
↓ 1 callers
Function
completeURLBeforeSeparator
(raw string)
internal/auth/redact.go:407
↓ 1 callers
Function
configureBatchCommand
(cmd *exec.Cmd)
internal/gitstore/process_unix.go:10
↓ 1 callers
Function
containsRemoteMarker
(s string)
internal/auth/redact.go:456
↓ 1 callers
Function
copyFileContents
copyFileContents copies src into dst, truncating dst first. Returns os.ErrNotExist if src doesn't exist so the caller can decide whether that's fatal.
internal/overlay/store.go:599
↓ 1 callers
Function
countUnknownSizes
(nodes []model.BaseNode)
e2e_bench_test.go:289
↓ 1 callers
Function
createBenchmarkGitRepo
(b *testing.B, objects int)
internal/hydrator/hydrator_benchmark_test.go:304
↓ 1 callers
Function
createBuildTreeBenchmarkRepo
(b *testing.B, objects int)
internal/gitstore/gitstore_benchmark_test.go:40
↓ 1 callers
Function
createLocalEmptyCommitRepo
(t *testing.T)
e2e_bench_test.go:252
↓ 1 callers
Function
defaultRoot
()
internal/cli/cli.go:210
↓ 1 callers
Method
deletedDescendants
(ctx context.Context, path string)
internal/overlay/store.go:327
↓ 1 callers
Method
dirHandle
(handleID fuseops.HandleID)
internal/fusefs/fuse_unix.go:137
↓ 1 callers
Function
doubleQuote
(s string)
internal/gitstore/gitstore.go:1169
↓ 1 callers
Function
ensureOverlaySchema
(ctx context.Context, db *sql.DB)
internal/overlay/store.go:59
↓ 1 callers
Function
ensureRepoColumns
(ctx context.Context, db *sql.DB)
internal/registry/registry.go:184
↓ 1 callers
Function
explicitReadTask
(repoID model.RepoID, node model.BaseNode)
internal/hydrator/hydrator.go:483
↓ 1 callers
Method
fetchToFile
fetchToFile writes oid to the batch process stdin, reads the response header and streams the blob content directly to dstPath. Binary-safe (no string
internal/gitstore/gitstore.go:702
↓ 1 callers
Function
findDeepDir
findDeepDir returns a directory at the given depth with the most children.
bench_test.go:376
↓ 1 callers
Function
formatLastFetchAt
(at time.Time)
internal/cli/cli.go:257
↓ 1 callers
Function
formatLastFetchResult
(result string)
internal/cli/cli.go:264
↓ 1 callers
Function
formatPrepareError
(err string)
internal/cli/cli.go:271
↓ 1 callers
Method
getInode
(id fuseops.InodeID)
internal/fusefs/fuse_unix.go:114
↓ 1 callers
Function
gitStatusShortMap
(t *testing.T, dir string)
e2e_git_test.go:407
↓ 1 callers
Function
handleMount
(request: Request, env: Env)
examples/cloudflare-sandbox-sdk/src/index.ts:61
↓ 1 callers
Function
handleStatus
(request: Request, env: Env)
examples/cloudflare-sandbox-sdk/src/index.ts:110
↓ 1 callers
Method
hasOverlayDescendants
(ctx context.Context, path string)
internal/overlay/store.go:372
↓ 1 callers
Function
hasRemoteMarker
(s string)
internal/auth/redact.go:443
↓ 1 callers
Function
hasSeparateRemoteMarker
(s string)
internal/auth/redact.go:429
↓ 1 callers
Function
hasSplitRemoteMarker
(s string)
internal/auth/redact.go:439
↓ 1 callers
Function
helpText
()
examples/cloudflare-sandbox-sdk/src/index.ts:491
↓ 1 callers
Function
hydrateColdObjects
(ctx context.Context, git *gitstore.Store, cfg model.RepoConfig, targets []model.BaseNode, hydratorWorkers int
e2e_bench_test.go:299
↓ 1 callers
Function
inferRepoName
(remote: string)
examples/cloudflare-sandbox-sdk/src/index.ts:291
↓ 1 callers
Function
installBlockingGitFetchWrapper
(t *testing.T, unblockPath string)
e2e_async_test.go:140
↓ 1 callers
Function
isAsyncRepo
(cfg model.RepoConfig)
internal/daemon/daemon.go:1345
↓ 1 callers
Function
isBatchModeOption
(opt string)
internal/gitstore/gitstore.go:1148
↓ 1 callers
Function
isCodeExtension
(ext string)
internal/hydrator/hydrator.go:522
↓ 1 callers
Function
isHTTPRemoteLike
(raw string, scheme string)
internal/auth/redact.go:127
↓ 1 callers
Function
isMalformedHTTPUserinfo
(rawURL string, u *url.URL)
internal/gitstore/gitstore.go:955
↓ 1 callers
Function
isMounted
isMounted checks whether the given path is an active mount point. Reads /proc/mounts first (fast, no subprocess), falls back to mount(8).
internal/daemon/mount_check_linux.go:11
↓ 1 callers
Function
isShellSafe
(s string)
internal/gitstore/gitstore.go:1188
↓ 1 callers
Method
isVerified
(key string)
internal/hydrator/hydrator.go:282
↓ 1 callers
Method
joinInflight
(key string)
internal/hydrator/hydrator.go:179
↓ 1 callers
Function
killBatchCommand
(cmd *exec.Cmd)
internal/gitstore/process_unix.go:14
↓ 1 callers
Function
markFetchFailure
(st *model.RepoRuntimeState, result string)
internal/daemon/daemon.go:1233
↓ 1 callers
Function
markFetchSuccess
(st *model.RepoRuntimeState, at time.Time, state aheadBehind)
internal/daemon/daemon.go:1220
↓ 1 callers
Function
matchMountOutput
matchMountOutput checks mount(8) output where each line is: <device> on <mountpoint> type <fstype> (<options>)
internal/daemon/mount_check_linux.go:37
↓ 1 callers
Function
matchProcMounts
matchProcMounts checks /proc/mounts where each line is: <device> <mountpoint> <fstype> <options> <dump> <pass>
internal/daemon/mount_check_linux.go:25
↓ 1 callers
Function
maxInt
(a, b int)
e2e_bench_test.go:444
↓ 1 callers
Function
newBatchCatFile
(gitDir string, logger *slog.Logger)
internal/gitstore/gitstore.go:652
↓ 1 callers
Function
newRuntimeState
(repoID model.RepoID, headOID string, headRef string, gen int64)
internal/daemon/daemon.go:1197
↓ 1 callers
Method
nextGenerationTx
(ctx context.Context, tx *sql.Tx)
internal/snapshot/store.go:193
↓ 1 callers
Function
normalizeGitType
(t string, mode uint32)
internal/gitstore/gitstore.go:1250
↓ 1 callers
Method
onHEADChanged
(ctx context.Context, rt *repoRuntime)
internal/daemon/daemon.go:931
↓ 1 callers
Function
parentDir
parentDir returns the parent path for a given path, using "." as the root parent.
internal/snapshot/store.go:234
↓ 1 callers
Function
parseMetadataFile
(content: string)
examples/cloudflare-sandbox-sdk/src/index.ts:429
↓ 1 callers
Function
parseMountRequest
(request: Request)
examples/cloudflare-sandbox-sdk/src/index.ts:169
↓ 1 callers
Function
parseTreeRecord
(repoID model.RepoID, line string)
internal/gitstore/gitstore.go:342
↓ 1 callers
Function
pathBeforeAtSegmentCount
(path string)
internal/auth/redact.go:227
↓ 1 callers
Function
platformMountConfig
(cfg *fuse.MountConfig)
internal/fusefs/fuse_linux.go:7
↓ 1 callers
Method
prepareTimeoutDuration
()
internal/daemon/daemon.go:698
↓ 1 callers
Method
preparedBranchExpectedOID
(ctx context.Context, repo model.RepoConfig, branch string, oid string)
internal/gitstore/gitstore.go:215
↓ 1 callers
Method
primeCurrentRef
(refPath string)
internal/watcher/watcher.go:56
↓ 1 callers
Function
printReport
printReport outputs a formatted timing report for a repo.
bench_test.go:359
↓ 1 callers
Function
rawUserinfoCandidateHasPassword
(raw string)
internal/auth/redact.go:305
↓ 1 callers
Function
rawUsernameBeforeDelimiter
(raw string)
internal/auth/redact.go:240
↓ 1 callers
Method
readBlob
(oid string, maxBytes int64)
internal/gitstore/gitstore.go:754
↓ 1 callers
Function
readCachedBlob
(cachePath string, size int64, maxBytes int64)
internal/hydrator/hydrator.go:227
↓ 1 callers
Function
readNullDelimited
(r io.Reader, fn func(string))
internal/gitstore/gitstore.go:323
↓ 1 callers
Function
redactRemoteCore
(core string)
internal/auth/redact.go:361
↓ 1 callers
Function
redactRemoteToken
(token string)
internal/auth/redact.go:344
↓ 1 callers
Method
refreshLoop
(rt *repoRuntime)
internal/daemon/daemon.go:984
↓ 1 callers
Function
rootNode
(repoID model.RepoID)
internal/gitstore/gitstore.go:1239
↓ 1 callers
Method
run
(ctx context.Context)
internal/daemon/daemon.go:1123
↓ 1 callers
Function
runE2EBenchmarkOnce
(t *testing.T, repo e2eBenchRepoSpec, iteration int, hydratorWorkers int, callerWorkers int)
e2e_bench_test.go:147
↓ 1 callers
Method
runVerification
(key string, verify func(context.Context) (bool, error))
internal/hydrator/hydrator.go:331
↓ 1 callers
Function
runtimeStateForPrepareState
(state string)
internal/daemon/daemon.go:1362
↓ 1 callers
Function
sameBranchRef
(fetchRef string, branch string)
internal/daemon/daemon.go:810
← previous
next →
301–400 of 761, ranked by callers