MCPcopy Index your code
hub / github.com/go-openapi/jsonpointer / testStructJSONDoc

Function testStructJSONDoc

testdata_test.go:26–33  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

24}
25
26func testStructJSONDoc(t *testing.T) testStructJSON {
27 t.Helper()
28
29 var document testStructJSON
30 require.NoError(t, json.Unmarshal(testDocumentJSONBytes, &document))
31
32 return document
33}
34
35func testStructJSONPtr(t *testing.T) *testStructJSON {
36 t.Helper()

Callers 6

TestGetSingleFunction · 0.85
TestGetNodeFunction · 0.85
TestArrayFunction · 0.85
TestObjectFunction · 0.85
TestEdgeCasesFunction · 0.85
testStructJSONPtrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…