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

Struct Foo

test/mock/mock.go:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170type Foo struct {
171 Value string
172 Bar Bar
173}
174
175func (Foo) Method() Bar {
176 return Bar{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected