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

Method Load

server/function_store.go:37–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35
36type FunctionStore interface {
37 Load() error
38}
39
40type FunctionStoreImpl struct {

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