Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tinygo-org/tinygo
/ namedptr1
Function
namedptr1
testdata/interface.go:312–315 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
310
}
311
312
func
namedptr1()
interface
{} {
313
type
Test int
314
return
(*Test)(nil)
315
}
316
317
func
namedptr2()
interface
{} {
318
type
Test byte
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected