Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chain/Core
/ dump
Method
dump
protocol/vm/vm_test.go:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
func
(t tracebuf) dump() {
20
os.Stdout.Write(t.Bytes())
21
}
22
23
// Programs that run without error.
24
func
TestProgramOK(t *testing.T) {
Callers
1
doOKNotOK
Function · 0.80
Calls
2
Write
Method · 0.45
Bytes
Method · 0.45
Tested by
no test coverage detected