MCPcopy Index your code
hub / github.com/devspace-sh/devspace / TestInt32

Function TestInt32

pkg/util/ptr/ptr_test.go:30–33  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

28}
29
30func TestInt32(t *testing.T) {
31 intPointer := Int32(int32(1))
32 assert.Equal(t, *intPointer, int32(1), "Returned int32 pointer points wrong")
33}
34
35func TestInt64(t *testing.T) {
36 intPointer := Int64(int64(1))

Callers

nothing calls this directly

Calls 2

Int32Function · 0.85
EqualMethod · 0.80

Tested by

no test coverage detected