Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FunctionStream/function-stream
/ FunctionStoreDisabled
Struct
FunctionStoreDisabled
server/function_store.go:140–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
}
139
140
type
FunctionStoreDisabled
struct
{
141
}
142
143
func
(f *FunctionStoreDisabled) Load() error {
144
return
nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected