MCPcopy Create free account
hub / github.com/chain/txvm / compareItems

Function compareItems

protocol/txvm/vm_test.go:243–247  ·  view source on GitHub ↗
(t *testing.T, stackItem, testItem string)

Source from the content-addressed store, hash-verified

241}
242
243func compareItems(t *testing.T, stackItem, testItem string) {
244 if stackItem != testItem {
245 t.Fatalf("Item on top of stack does not match expected item. Got %v, wanted %v", stackItem, testItem)
246 }
247}

Callers 1

TestOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected