MCPcopy Create free account
hub / github.com/buger/jsonparser / TestEachKeyPathBeyondStackCapacity

Function TestEachKeyPathBeyondStackCapacity

issues_56_107_229_test.go:97–99  ·  view source on GitHub ↗

Verifies: SYS-REQ-008 (EachKey) reqproof:proptest:skip targeted witness/regression test; not a property-test subject

(t *testing.T)

Source from the content-addressed store, hash-verified

95// Verifies: SYS-REQ-008 (EachKey)
96// reqproof:proptest:skip targeted witness/regression test; not a property-test subject
97func TestEachKeyPathBeyondStackCapacity(t *testing.T) {
98 testEachKeyPathDepth(t, stackArraySize+1)
99}
100
101func testEachKeyPathDepth(t *testing.T, depth int) {
102 t.Helper()

Callers

nothing calls this directly

Calls 1

testEachKeyPathDepthFunction · 0.85

Tested by

no test coverage detected