MCPcopy Create free account
hub / github.com/DNAProject/DNA / TestDe1

Function TestDe1

vm/crossvm_codec/codec_test.go:32–37  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

30)
31
32func TestDe1(t *testing.T) {
33 h, _ := hex.DecodeString("657674001001000000010500000068656c6c6f")
34
35 _, err := parseNotify(h)
36 assert.Nil(t, err)
37}
38
39func EncodeNotify(t *testing.T, value interface{}) []byte {
40 val, err := EncodeValue(value)

Callers

nothing calls this directly

Calls 1

parseNotifyFunction · 0.85

Tested by

no test coverage detected