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

Function TestInt64

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

Source from the content-addressed store, hash-verified

33}
34
35func TestInt64(t *testing.T) {
36 intPointer := Int64(int64(1))
37 assert.Equal(t, *intPointer, int64(1), "Returned int64 pointer points wrong")
38}
39
40func TestBool(t *testing.T) {
41 boolPointer := Bool(true)

Callers

nothing calls this directly

Calls 2

Int64Function · 0.85
EqualMethod · 0.80

Tested by

no test coverage detected