Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
36
type
FunctionStore
interface
{
37
Load() error
38
}
39
40
type
FunctionStoreImpl
struct
{
41
mu sync.Mutex
Callers
6
NewServer
Function · 0.95
Close
Method · 0.65
makeFunctionStoreService
Method · 0.65
NewPulsarEventQueueFactory
Function · 0.65
Handle
Method · 0.65
Process
Method · 0.65
Implementers
2
FunctionStoreImpl
server/function_store.go
FunctionStoreDisabled
server/function_store.go
Calls
no outgoing calls
Tested by
no test coverage detected