MCPcopy Create free account
hub / github.com/expr-lang/expr / B

Struct B

compiler/compiler_test.go:18–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type B struct {
19 _ byte
20 _ byte
21 C struct {
22 _ byte
23 _ byte
24 _ byte
25 D int
26 }
27}
28
29func (B) FuncInB() int {
30 return 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected