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
Function
TestRepoPrepareFieldsRoundTrip
(t *testing.T)
internal/registry/registry_test.go:12
Function
TestResolveHEADAndBuildTreeIndex
(t *testing.T)
internal/gitstore/gitstore_test.go:17
Function
TestResolveOverlayTakesPrecedence
(t *testing.T)
internal/fusefs/merged_test.go:120
Function
TestResolvePrefersWhiteout
(t *testing.T)
internal/fusefs/merged_test.go:109
Function
TestRestartRunningPrepareSkipsStalePreparingSnapshot
(t *testing.T)
internal/daemon/async_test.go:205
Function
TestRootInodeAttributesDoNotRequireResolver
(t *testing.T)
internal/fusefs/fuse_unix_test.go:56
Function
TestRootInodeAttributesUseStableResolverAttrsWhenReady
(t *testing.T)
internal/fusefs/fuse_unix_test.go:71
Function
TestRunPrepareDoesNotMarkSupersededConfigFailed
(t *testing.T)
internal/daemon/async_test.go:662
Function
TestRunPrepareDoesNotMarkSupersededConfigReady
(t *testing.T)
internal/daemon/async_test.go:612
Function
TestRunPrepareDoesNotOpenGateWhenReadyPersistenceFails
(t *testing.T)
internal/daemon/async_test.go:561
Function
TestRunPrepareFailurePersistsRedactedError
(t *testing.T)
internal/daemon/async_test.go:268
Function
TestRunPrepareFreshCloneSkipsSecondFetchForBranchFetchRef
(t *testing.T)
internal/daemon/async_test.go:485
Function
TestRunPreparePreparedGitDirPublishesSnapshotAndMarksReady
(t *testing.T)
internal/daemon/async_test.go:365
Function
TestRunPrepareRejectsPersistedInlineCredentialsBeforeClone
(t *testing.T)
internal/daemon/async_test.go:81
Function
TestSetBatchPoolSizeUpdatesExistingAndNewPools
(t *testing.T)
internal/gitstore/gitstore_test.go:1131
Function
TestSetMtime
(t *testing.T)
internal/overlay/store_test.go:795
Function
TestSetMtimePromotesBaseFileWithSeparateCtime
(t *testing.T)
internal/fusefs/merged_test.go:196
Function
TestSetMtimeRejectsRootAndBaseSymlink
(t *testing.T)
internal/fusefs/merged_test.go:220
Function
TestSetMtimeRepairsGitTreeDirectoryMode
(t *testing.T)
internal/overlay/store_test.go:576
Function
TestSizeUpdateBatcherFlushesOnStop
(t *testing.T)
internal/daemon/async_test.go:444
Function
TestStartPrepareWorkerTimesOutAndPersistsFailed
(t *testing.T)
internal/daemon/async_test.go:318
Function
TestSyncReposSkipsResetWhilePrepareWorkerInFlight
(t *testing.T)
internal/daemon/async_test.go:150
Function
TestTruncateUpdatesSizeAndTimes
(t *testing.T)
internal/overlay/store_test.go:610
Function
TestUpdateSizeUsesGenerationObjectOIDIndex
(t *testing.T)
internal/snapshot/store_test.go:151
Function
TestValidateCachedBlobKeepsFileOnVerifyError
(t *testing.T)
internal/hydrator/hydrator_test.go:386
Function
TestValidatePreparedGitDirAllowsAtInHTTPSOriginPath
(t *testing.T)
internal/gitstore/gitstore_test.go:570
Function
TestValidatePreparedGitDirRejectsCredentialedOrigin
(t *testing.T)
internal/gitstore/gitstore_test.go:530
Function
TestValidatePreparedGitDirRejectsMalformedCredentialedOrigin
(t *testing.T)
internal/gitstore/gitstore_test.go:549
Function
TestWatchIgnoresIndexOnlyChanges
(t *testing.T)
internal/watcher/watcher_test.go:190
Function
TestWatchTriggersOnCurrentBranchAdvance
(t *testing.T)
internal/watcher/watcher_test.go:51
Function
TestWatchTriggersOnHeadChange
(t *testing.T)
internal/watcher/watcher_test.go:10
Function
TestWriteAndRead
(t *testing.T)
internal/overlay/store_test.go:80
Method
Truncate
(_ context.Context, _ string, _ int64)
internal/fusefs/merged_test.go:62
Method
Truncate
(ctx context.Context, path string, size int64)
internal/fusefs/ops.go:194
Method
Truncate
(ctx context.Context, path string, size int64)
internal/overlay/store.go:196
Method
Unlink
(ctx context.Context, op *fuseops.UnlinkOp)
internal/fusefs/fuse_unix.go:586
Method
Unlink
(ctx context.Context, op *fuseops.UnlinkOp)
internal/fusefs/gated_fs.go:116
Method
Unlink
(ctx context.Context, path string)
internal/fusefs/ops.go:101
Method
Unmount
()
internal/fusefs/fuse_unix.go:706
Method
Unmount
(ctx context.Context, name string)
internal/daemon/daemon.go:469
Method
UpdateSize
UpdateSize sets the size for a blob after hydration. Updates all rows with the given OID in the current generation so stat() returns the correct size
internal/snapshot/store.go:167
Method
ValidatePreparedGitDir
(ctx context.Context, repo model.RepoConfig)
internal/gitstore/gitstore.go:230
Method
VerifyBlob
(ctx context.Context, repo model.RepoConfig, objectOID string, cachePath string)
internal/gitstore/gitstore.go:557
Method
VerifyBlob
(_ context.Context, _ model.RepoConfig, _ string, _ string)
internal/hydrator/hydrator_test.go:586
Method
WriteFile
(_ context.Context, _ string, _ int64, _ []byte)
internal/fusefs/merged_test.go:59
Method
WriteFile
(ctx context.Context, op *fuseops.WriteFileOp)
internal/fusefs/fuse_unix.go:515
Method
WriteFile
(ctx context.Context, op *fuseops.WriteFileOp)
internal/fusefs/gated_fs.go:162
Method
WriteFile
(_ context.Context, path string, off int64, data []byte)
internal/fusefs/ops_test.go:77
Method
WriteFile
(ctx context.Context, path string, off int64, data []byte)
internal/overlay/store.go:171
Function
configGitSafeDir
configGitSafeDir adds a safe.directory entry for the mount path.
e2e_setup_linux_test.go:19
Function
configGitSafeDir
configGitSafeDir adds safe.directory entries for the mount path. macOS resolves /tmp to /private/tmp, so we add both variants.
e2e_setup_darwin_test.go:33
Function
configureBatchCommand
(_ *exec.Cmd)
internal/gitstore/process_windows.go:7
Method
constructor
( message: string, readonly status: number )
examples/cloudflare-sandbox-sdk/src/index.ts:554
Function
fetch
(request: Request, env: Env)
examples/cloudflare-sandbox-sdk/src/index.ts:40
Function
isMounted
isMounted checks whether the given path is a FUSE mount point. On macOS, mount(8) reports /private/tmp even for /tmp paths.
e2e_setup_darwin_test.go:42
Function
isMounted
isMounted checks whether the given path is an active mount point. On macOS, mount(8) output format is: <device> on <path> (<options>) We match the " o
internal/daemon/mount_check_darwin.go:12
Function
killBatchCommand
(cmd *exec.Cmd)
internal/gitstore/process_windows.go:9
Function
main
main keeps CLI wiring separate from the testable command implementation.
cmd/artifact-fs/main.go:13
Function
newInflight
()
internal/hydrator/inflight.go:5
Function
platformMountConfig
(cfg *fuse.MountConfig)
internal/fusefs/fuse_darwin.go:7
Function
skipIfNoFUSE
skipIfNoFUSE skips the test if macFUSE is not installed or the mount helper cannot be executed by this test process. Some sandboxed environments expos
e2e_setup_darwin_test.go:15
← previous
701–761 of 761, ranked by callers