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
Method
PublishGeneration
(_ context.Context, _ string, _ string, _ []model.BaseNode)
internal/fusefs/merged_test.go:18
Method
PublishGeneration
(context.Context, string, string, []model.BaseNode)
internal/fusefs/ops_test.go:55
Method
PublishGeneration
(ctx context.Context, headOID string, ref string, nodes []model.BaseNode)
internal/snapshot/store.go:57
Method
QueueDepth
(model.RepoID)
internal/fusefs/ops_test.go:53
Method
QueueDepth
(model.RepoID)
internal/fusefs/fuse_unix_test.go:270
Method
QueueDepth
(model.RepoID)
internal/fusefs/readsymlink_unix_test.go:39
Method
QueueDepth
(repoID model.RepoID)
internal/hydrator/hydrator.go:355
Method
ReadBlob
(ctx context.Context, repo model.RepoConfig, objectOID string, maxBytes int64)
internal/gitstore/gitstore.go:505
Method
ReadBlob
(ctx context.Context, repo RepoConfig, node BaseNode, maxBytes int64)
internal/model/types.go:199
Method
ReadBlob
(context.Context, model.RepoConfig, model.BaseNode, int64)
internal/fusefs/ops_test.go:49
Method
ReadBlob
(_ context.Context, _ model.RepoConfig, _ model.BaseNode, _ int64)
internal/fusefs/fuse_unix_test.go:266
Method
ReadBlob
(_ context.Context, _ model.RepoConfig, _ model.BaseNode, _ int64)
internal/fusefs/readsymlink_unix_test.go:34
Method
ReadBlob
(_ context.Context, _ model.RepoConfig, _ string, maxBytes int64)
internal/hydrator/hydrator_test.go:573
Method
ReadBlob
(ctx context.Context, repo model.RepoConfig, node model.BaseNode, maxBytes int64)
internal/hydrator/hydrator.go:204
Method
ReadDir
(ctx context.Context, op *fuseops.ReadDirOp)
internal/fusefs/gated_fs.go:130
Method
ReadDirPlus
(ctx context.Context, op *fuseops.ReadDirPlusOp)
internal/fusefs/gated_fs.go:137
Method
ReadFile
(ctx context.Context, op *fuseops.ReadFileOp)
internal/fusefs/gated_fs.go:155
Method
ReadSymlink
(ctx context.Context, op *fuseops.ReadSymlinkOp)
internal/fusefs/gated_fs.go:181
Method
Reconcile
(_ context.Context, _ func(string) (model.BaseNode, bool))
internal/fusefs/merged_test.go:98
Method
Reconcile
Reconcile prunes overlay entries that are stale relative to the new base snapshot. Called after a generation change (commit, branch switch, fetch). R
internal/overlay/store.go:447
Method
ReleaseDirHandle
(_ context.Context, op *fuseops.ReleaseDirHandleOp)
internal/fusefs/fuse_unix.go:462
Method
ReleaseDirHandle
(ctx context.Context, op *fuseops.ReleaseDirHandleOp)
internal/fusefs/gated_fs.go:144
Method
ReleaseFileHandle
(_ context.Context, op *fuseops.ReleaseFileHandleOp)
internal/fusefs/fuse_unix.go:675
Method
ReleaseFileHandle
(ctx context.Context, op *fuseops.ReleaseFileHandleOp)
internal/fusefs/gated_fs.go:177
Method
Remove
(_ context.Context, _ string)
internal/fusefs/merged_test.go:63
Method
Remove
(ctx context.Context, path string)
internal/overlay/store.go:214
Method
RemoveRepo
(ctx context.Context, name string)
internal/registry/registry.go:129
Method
RemoveRepo
(ctx context.Context, name string)
internal/daemon/daemon.go:346
Method
RemoveXattr
(_ context.Context, _ *fuseops.RemoveXattrOp)
internal/fusefs/fuse_unix.go:695
Method
RemoveXattr
(ctx context.Context, op *fuseops.RemoveXattrOp)
internal/fusefs/gated_fs.go:188
Method
Rename
(ctx context.Context, op *fuseops.RenameOp)
internal/fusefs/fuse_unix.go:599
Method
Rename
(ctx context.Context, op *fuseops.RenameOp)
internal/fusefs/gated_fs.go:102
Method
Rename
(ctx context.Context, oldPath, newPath string)
internal/overlay/store.go:224
Method
RenameAndMarkModifiedFromBase
(_ context.Context, oldPath, newPath string, sourceOID string)
internal/fusefs/merged_test.go:73
Method
RenameAndMarkModifiedFromBase
(ctx context.Context, oldPath, newPath string, sourceOID string)
internal/overlay/store.go:332
Method
ResolveHEAD
(ctx context.Context, repo model.RepoConfig)
internal/gitstore/gitstore.go:251
Method
RmDir
(ctx context.Context, op *fuseops.RmDirOp)
internal/fusefs/fuse_unix.go:572
Method
RmDir
(ctx context.Context, op *fuseops.RmDirOp)
internal/fusefs/gated_fs.go:109
Method
SetInodeAttributes
(ctx context.Context, op *fuseops.SetInodeAttributesOp)
internal/fusefs/fuse_unix.go:357
Method
SetInodeAttributes
(ctx context.Context, op *fuseops.SetInodeAttributesOp)
internal/fusefs/gated_fs.go:52
Method
SetMtime
(_ context.Context, path string, t time.Time)
internal/fusefs/merged_test.go:91
Method
SetMtime
(ctx context.Context, path string, t time.Time)
internal/overlay/store.go:415
Method
SetXattr
(_ context.Context, _ *fuseops.SetXattrOp)
internal/fusefs/fuse_unix.go:692
Method
SetXattr
(ctx context.Context, op *fuseops.SetXattrOp)
internal/fusefs/gated_fs.go:209
Method
Start
(ctx context.Context)
internal/daemon/daemon.go:1093
Method
StatFS
--- FUSE operations ---
internal/fusefs/fuse_unix.go:236
Method
StatFS
(ctx context.Context, op *fuseops.StatFSOp)
internal/fusefs/gated_fs.go:32
Method
Swap
(i, j int)
internal/hydrator/hydrator.go:546
Method
SyncFS
(ctx context.Context, op *fuseops.SyncFSOp)
internal/fusefs/gated_fs.go:223
Method
SyncFile
(_ context.Context, _ *fuseops.SyncFileOp)
internal/fusefs/fuse_unix.go:671
Method
SyncFile
(ctx context.Context, op *fuseops.SyncFileOp)
internal/fusefs/gated_fs.go:169
Function
TestAddRepoAsyncCLIFlagValidation
(t *testing.T)
internal/cli/cli_test.go:94
Function
TestAddRepoAsyncCLIRegistersWithoutClone
(t *testing.T)
internal/cli/cli_test.go:75
Function
TestAddRepoAsyncRegistersWithoutClone
(t *testing.T)
internal/daemon/async_test.go:20
Function
TestAddRepoAsyncRejectsInlineCredentials
(t *testing.T)
internal/daemon/async_test.go:56
Function
TestAddRepoPreparedGitDirValidation
(t *testing.T)
internal/daemon/async_test.go:127
Function
TestBenchRepos
(t *testing.T)
bench_test.go:46
Function
TestBlobToCacheBinarySafe
(t *testing.T)
internal/gitstore/gitstore_test.go:55
Function
TestBlobToCacheHonorsCanceledContext
(t *testing.T)
internal/gitstore/gitstore_test.go:93
Function
TestBuildTreeIndexNonASCIIPaths
(t *testing.T)
internal/gitstore/gitstore_test.go:177
Function
TestChildName
(t *testing.T)
internal/fusefs/merged_test.go:515
Function
TestClassifyPriority
(t *testing.T)
internal/hydrator/hydrator_test.go:16
Function
TestCloneAndFetchRefSkipTags
(t *testing.T)
internal/gitstore/gitstore_test.go:425
Function
TestCloneBloblessRejectsMalformedCredentialURLBeforeGit
(t *testing.T)
internal/gitstore/gitstore_test.go:818
Function
TestCloneBloblessRejectsMalformedGitStyleCredentialBeforeGit
(t *testing.T)
internal/gitstore/gitstore_test.go:914
Function
TestCloneBloblessRejectsMalformedHTTPParseErrorBeforeGit
(t *testing.T)
internal/gitstore/gitstore_test.go:882
Function
TestCloneBloblessRejectsMalformedHTTPSUserinfoBeforeGit
(t *testing.T)
internal/gitstore/gitstore_test.go:850
Function
TestCloneBloblessRejectsPathSplitHTTPCredentialsBeforeGit
(t *testing.T)
internal/gitstore/gitstore_test.go:946
Function
TestCommitTimestamp
(t *testing.T)
internal/gitstore/gitstore_test.go:212
Function
TestCreateAndGet
(t *testing.T)
internal/overlay/store_test.go:34
Function
TestCredentialEnvAllowsAtInHTTPSPath
(t *testing.T)
internal/gitstore/gitstore_test.go:992
Function
TestCredentialEnvAllowsFileURLPathWithAtSign
(t *testing.T)
internal/gitstore/gitstore_test.go:699
Function
TestCredentialEnvAllowsSCPStyleRootPathWithAtSign
(t *testing.T)
internal/gitstore/gitstore_test.go:714
Function
TestCredentialEnvKeepsSecretsOutOfHelperCommand
(t *testing.T)
internal/gitstore/gitstore_test.go:645
Function
TestCredentialEnvNoCredentials
(t *testing.T)
internal/gitstore/gitstore_test.go:685
Function
TestCredentialEnvPreservesSSHUsername
(t *testing.T)
internal/gitstore/gitstore_test.go:765
Function
TestCredentialEnvRejectsGitProtocolUsername
(t *testing.T)
internal/gitstore/gitstore_test.go:779
Function
TestCredentialEnvRejectsHTTPSLikeUserinfoTypos
(t *testing.T)
internal/gitstore/gitstore_test.go:978
Function
TestCredentialEnvRejectsMalformedSSHPassword
(t *testing.T)
internal/gitstore/gitstore_test.go:800
Function
TestCredentialEnvRejectsQueryAndFragment
(t *testing.T)
internal/gitstore/gitstore_test.go:729
Function
TestCredentialEnvRejectsSSHPassword
(t *testing.T)
internal/gitstore/gitstore_test.go:793
Function
TestCredentialEnvRejectsSSHTokenUsername
(t *testing.T)
internal/gitstore/gitstore_test.go:786
Function
TestCredentialEnvTokenAsUsername
(t *testing.T)
internal/gitstore/gitstore_test.go:746
Function
TestCurrentGeneration
(t *testing.T)
internal/snapshot/store_test.go:127
Function
TestDirtyCount
(t *testing.T)
internal/overlay/store_test.go:643
Function
TestE2E
(t *testing.T)
e2e_test.go:94
Function
TestE2EAsyncPreparedGitDirBlocksUntilReady
(t *testing.T)
e2e_async_test.go:19
Function
TestE2EAsyncPreparedGitDirFailureThenRetry
(t *testing.T)
e2e_async_test.go:81
Function
TestE2EBenchmarkRepos
(t *testing.T)
e2e_bench_test.go:68
Function
TestE2EGitCheckoutBranchSwitch
(t *testing.T)
e2e_git_test.go:207
Function
TestE2EGitCheckoutConflictKeepsLocalChanges
(t *testing.T)
e2e_git_test.go:244
Function
TestE2EGitCheckoutRestorePath
(t *testing.T)
e2e_git_test.go:287
Function
TestE2EGitCleanState
(t *testing.T)
e2e_git_test.go:129
Function
TestE2EGitCommitModifyTrackedFile
(t *testing.T)
e2e_git_test.go:304
Function
TestE2EGitCommitPreservesUnstagedAfterStagedCommit
(t *testing.T)
e2e_git_test.go:329
Function
TestE2EGitCommitTrackedDelete
(t *testing.T)
e2e_git_test.go:381
Function
TestE2EGitCommitTrackedRename
(t *testing.T)
e2e_git_test.go:361
Function
TestE2EGitStatusDetectsSameSizeRewriteAfterMtimeRestore
(t *testing.T)
e2e_git_test.go:137
Function
TestE2EGitStatusPorcelain
(t *testing.T)
e2e_git_test.go:167
Function
TestEnqueueDedupesAndUpgradesPriority
(t *testing.T)
internal/hydrator/hydrator_test.go:243
← previous
next →
501–600 of 761, ranked by callers