Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expr-lang/expr
/ Get
Method
Get
test/interface/interface_test.go:16–18 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
14
type
StoreImpt
struct
{}
15
16
func
(f StoreImpt) Get(s string) int {
17
return
42
18
}
19
20
func
(f StoreImpt) Set(s string, i int) bool {
21
return
true
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected