MCPcopy Create free account
hub / github.com/FunctionStream/function-stream / FunctionStoreImpl

Struct FunctionStoreImpl

server/function_store.go:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40type FunctionStoreImpl struct {
41 mu sync.Mutex
42 fm fs.FunctionManager
43 path string
44 loadedFunctions map[string]*model.Function
45 loadingFunctions map[string]*model.Function
46}
47
48func (f *FunctionStoreImpl) Load() error {
49 f.mu.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected