MCPcopy Create free account
hub / github.com/elimity-com/scim / assertUnmarshalNoError

Function assertUnmarshalNoError

utils_test.go:84–88  ·  view source on GitHub ↗
(t *testing.T, err error)

Source from the content-addressed store, hash-verified

82}
83
84func assertUnmarshalNoError(t *testing.T, err error) {
85 if err != nil {
86 t.Errorf("json unmarshalling failed: %s", err)
87 }
88}
89
90func getLen(x interface{}) (ok bool, length int) {
91 v := reflect.ValueOf(x)

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…