MCPcopy 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
19func (t tracebuf) dump() {
20 os.Stdout.Write(t.Bytes())
21}
22
23// Programs that run without error.
24func TestProgramOK(t *testing.T) {

Callers 1

doOKNotOKFunction · 0.80

Calls 2

WriteMethod · 0.45
BytesMethod · 0.45

Tested by

no test coverage detected