MCPcopy
hub / github.com/gin-gonic/gin / getSkippedNodes

Function getSkippedNodes

tree_test.go:36–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 7

checkRequestsFunction · 0.85
TestTreeInvalidNodeTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected