MCPcopy
hub / github.com/golang/go / Val

Interface Val

test/method.go:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23func (t *T1) val() int { return 8 }
24
25type Val interface {
26 val() int
27}
28
29func val(v Val) int { return v.val() }
30

Callers

nothing calls this directly

Implementers 5

Stest/initializerr.go
S1test/assign1.go
Ttest/bigalg.go
T1test/undef.go
Ptest/complit.go

Calls

no outgoing calls

Tested by

no test coverage detected