MCPcopy
hub / github.com/expr-lang/expr / StoreImpt

Struct StoreImpt

test/interface/interface_test.go:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14type StoreImpt struct{}
15
16func (f StoreImpt) Get(s string) int {
17 return 42

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected