MCPcopy Index your code
hub / github.com/coredns/coredns / intPtr

Function intPtr

plugin/https3/setup_test.go:117–119  ·  view source on GitHub ↗
(v int)

Source from the content-addressed store, hash-verified

115}
116
117func intPtr(v int) *int {
118 return &v
119}
120
121func assertIntPtrValue(t *testing.T, testIndex int, testInput, fieldName string, actual, expected *int) {
122 t.Helper()

Callers 1

TestSetupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…