MCPcopy Index your code
hub / github.com/tinygo-org/tinygo / named1

Function named1

testdata/interface.go:298–300  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

296type named int
297
298func named1() any {
299 return named(0)
300}
301
302func named2() any {
303 type named int

Callers 1

mainFunction · 0.85

Calls 1

namedTypeAlias · 0.85

Tested by

no test coverage detected