MCPcopy Create free account
hub / github.com/Thunder-Compute/thunder-cli / MkdirAll

Method MkdirAll

internal/testutils/mocks.go:104–104  ·  view source on GitHub ↗
(path string, perm os.FileMode)

Source from the content-addressed store, hash-verified

102 ReadFile(filename string) ([]byte, error)
103 WriteFile(filename string, data []byte, perm os.FileMode) error
104 MkdirAll(path string, perm os.FileMode) error
105 Stat(name string) (os.FileInfo, error)
106}
107

Callers 15

AcquireInstanceLockFunction · 0.65
UpdateSSHConfigFunction · 0.65
ThunderSubdirFunction · 0.65
ensureWritableDirFunction · 0.65
TestSSHKnownHostsFunction · 0.65
cachePathFunction · 0.65
SetupTestEnvironmentFunction · 0.65
CreateMockSSHConfigFunction · 0.65
CreateMockKnownHostsFunction · 0.65
extractZipFunction · 0.65
extractTarGzFunction · 0.65

Implementers 1

MockFileSysteminternal/testutils/mocks.go

Calls

no outgoing calls

Tested by 8

TestSSHKnownHostsFunction · 0.52
TestLoadConfigFunction · 0.52
TestRemoveSSHHostEntryFunction · 0.52
setupTestEnvironmentFunction · 0.52