Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
35
func
TestInt64(t *testing.T) {
36
intPointer := Int64(int64(1))
37
assert.Equal(t, *intPointer, int64(1),
"Returned int64 pointer points wrong"
)
38
}
39
40
func
TestBool(t *testing.T) {
41
boolPointer := Bool(true)
Callers
nothing calls this directly
Calls
2
Int64
Function · 0.85
Equal
Method · 0.80
Tested by
no test coverage detected