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

Function NewFunctionStoreImpl

server/function_store.go:133–138  ·  view source on GitHub ↗
(fm fs.FunctionManager, path string)

Source from the content-addressed store, hash-verified

131}
132
133func NewFunctionStoreImpl(fm fs.FunctionManager, path string) (FunctionStore, error) {
134 return &FunctionStoreImpl{
135 fm: fm,
136 path: path,
137 }, nil
138}
139
140type FunctionStoreDisabled struct {
141}

Callers 2

TestFunctionStoreLoadingFunction · 0.85
NewServerFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestFunctionStoreLoadingFunction · 0.68