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

Interface FunctionStore

server/function_store.go:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34)
35
36type FunctionStore interface {
37 Load() error
38}
39
40type FunctionStoreImpl struct {
41 mu sync.Mutex

Callers 6

NewServerFunction · 0.95
CloseMethod · 0.65
HandleMethod · 0.65
ProcessMethod · 0.65

Implementers 2

FunctionStoreImplserver/function_store.go
FunctionStoreDisabledserver/function_store.go

Calls

no outgoing calls

Tested by

no test coverage detected