Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
23
func
(t *T1) val() int {
return
8 }
24
25
type
Val
interface
{
26
val() int
27
}
28
29
func
val(v Val) int {
return
v.val() }
30
Callers
nothing calls this directly
Implementers
5
S
test/initializerr.go
S1
test/assign1.go
T
test/bigalg.go
T1
test/undef.go
P
test/complit.go
Calls
no outgoing calls
Tested by
no test coverage detected