Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tinygo-org/tinygo
/ init
Function
init
testdata/wasmexport.go:8–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
)
7
8
func
init() {
9
println(
"called init"
)
10
go
adder()
11
}
12
13
//go:wasmimport tester callTestMain
14
func
callTestMain()
Callers
nothing calls this directly
Calls
1
adder
Function · 0.70
Tested by
no test coverage detected