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

Function testStructJSONPtr

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

Source from the content-addressed store, hash-verified

33}
34
35func testStructJSONPtr(t *testing.T) *testStructJSON {
36 t.Helper()
37
38 document := testStructJSONDoc(t)
39
40 return &document
41}
42
43// number of items in the test document.
44func testDocumentNBItems() int {

Callers 4

TestGetNodeFunction · 0.85
TestArrayFunction · 0.85
TestObjectFunction · 0.85
TestEdgeCasesFunction · 0.85

Calls 1

testStructJSONDocFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…