number of objects nodes in the test document.
()
| 47 | |
| 48 | // number of objects nodes in the test document. |
| 49 | func testNodeObjNBItems() int { |
| 50 | return 4 |
| 51 | } |
| 52 | |
| 53 | type testStructJSON struct { |
| 54 | Foo []string `json:"foo"` |
no outgoing calls
no test coverage detected
searching dependent graphs…