MCPcopy Index your code
hub / github.com/FunctionStream/function-stream / FunctionStoreDisabled

Struct FunctionStoreDisabled

server/function_store.go:140–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140type FunctionStoreDisabled struct {
141}
142
143func (f *FunctionStoreDisabled) Load() error {
144 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected