MCPcopy Create free account
hub / github.com/expr-lang/expr / ptr

Function ptr

internal/testify/assert/assertions_test.go:558–560  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

556}
557
558func ptr(i int) *int {
559 return &i
560}
561
562func TestSame(t *testing.T) {
563

Callers 3

TestSameFunction · 0.85
TestNotSameFunction · 0.85
Test_samePointersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected