()
| 34 | } |
| 35 | |
| 36 | func getSkippedNodes() *[]skippedNode { |
| 37 | ps := make([]skippedNode, 0, 20) |
| 38 | return &ps |
| 39 | } |
| 40 | |
| 41 | func checkRequests(t *testing.T, tree *node, requests testRequests, unescapes ...bool) { |
| 42 | unescape := false |
no outgoing calls
no test coverage detected