MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / TestMarshalBPInfo

Function TestMarshalBPInfo

crypto/kms/pubkeystore_test.go:273–280  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

271}
272
273func TestMarshalBPInfo(t *testing.T) {
274 log.SetLevel(log.DebugLevel)
275 Convey("marshal unmarshal BPInfo", t, func() {
276 sBP, err := yaml.Marshal(BP)
277 So(err, ShouldBeNil)
278 log.Debugf("BP:\n%s", sBP)
279 })
280}

Callers

nothing calls this directly

Calls 3

SetLevelFunction · 0.92
DebugfFunction · 0.92
MarshalMethod · 0.80

Tested by

no test coverage detected