Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tinygo-org/tinygo
/ named2
Function
named2
testdata/interface.go:302–305 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
300
}
301
302
func
named2() any {
303
type
named int
304
return
named(0)
305
}
306
307
func
named3() any {
308
type
named int
Callers
1
main
Function · 0.85
Calls
1
named
TypeAlias · 0.85
Tested by
no test coverage detected