Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/postgres-ai/database-lab-engine
/ mockFSManager
Struct
mockFSManager
engine/internal/provision/mode_local_test.go:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
type
mockFSManager
struct
{
74
pool *resources.Pool
75
cloneList []string
76
}
77
78
func
(m mockFSManager) CreateClone(_, _, _ string, _ int) error {
79
return
nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected