Just for emulating field access, so it will not throw "evaluated but not used" Benchmark helper for STK-REQ-001, STK-REQ-003, STK-REQ-004, STK-REQ-005, and STK-REQ-007. reqproof:proptest:skip no-op benchmark helper; performs no work, returns immediately, no behavioral variance to property-test
(_ ...interface{})
| 26 | // Benchmark helper for STK-REQ-001, STK-REQ-003, STK-REQ-004, STK-REQ-005, and STK-REQ-007. |
| 27 | // reqproof:proptest:skip no-op benchmark helper; performs no work, returns immediately, no behavioral variance to property-test |
| 28 | func nothing(_ ...interface{}) {} |
| 29 | |
| 30 | /* |
| 31 | github.com/buger/jsonparser |
no outgoing calls
no test coverage detected