MCPcopy Index your code
hub / github.com/expr-lang/expr / Set

Method Set

test/interface/interface_test.go:20–22  ·  view source on GitHub ↗
(s string, i int)

Source from the content-addressed store, hash-verified

18}
19
20func (f StoreImpt) Set(s string, i int) bool {
21 return true
22}
23
24type Env struct {
25 Store StoreInterface `expr:"store"`

Callers 2

copyExportedFieldsFunction · 0.80
SliceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected