MCPcopy 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
302func named2() any {
303 type named int
304 return named(0)
305}
306
307func named3() any {
308 type named int

Callers 1

mainFunction · 0.85

Calls 1

namedTypeAlias · 0.85

Tested by

no test coverage detected