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

Function NewFunctionStoreDisabled

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

Source from the content-addressed store, hash-verified

145}
146
147func NewFunctionStoreDisabled() FunctionStore {
148 return &FunctionStoreDisabled{}
149}
150
151func (s *Server) makeFunctionStoreService() *restful.WebService {
152 ws := new(restful.WebService)

Callers 1

NewServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected