Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/micro/go-micro
/ noopStore
Struct
noopStore
store/noop.go:3–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
store
2
3
type
noopStore
struct
{}
4
5
func
(n *noopStore) Init(opts ...Option) error {
6
return
nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected