Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
147
func
NewFunctionStoreDisabled() FunctionStore {
148
return
&FunctionStoreDisabled{}
149
}
150
151
func
(s *Server) makeFunctionStoreService() *restful.WebService {
152
ws := new(restful.WebService)
Callers
1
NewServer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected