MCPcopy Create free account
hub / github.com/astercloud/aster / MockFS

Struct MockFS

pkg/sandbox/mock.go:59–61  ·  view source on GitHub ↗

MockFS 模拟文件系统

Source from the content-addressed store, hash-verified

57
58// MockFS 模拟文件系统
59type MockFS struct {
60 files map[string]string
61}
62
63func NewMockFS() *MockFS {
64 return &MockFS{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected