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

Function getParams

tree_test.go:31–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31func getParams() *Params {
32 ps := make(Params, 0, 20)
33 return &ps
34}
35
36func getSkippedNodes() *[]skippedNode {
37 ps := make([]skippedNode, 0, 20)

Callers 1

checkRequestsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected