Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 模拟文件系统
59
type
MockFS
struct
{
60
files
map
[string]string
61
}
62
63
func
NewMockFS() *MockFS {
64
return
&MockFS{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected