Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexlabs/cortex
/ TestIndirectSafe
Function
TestIndirectSafe
pkg/lib/pointer/pointer_test.go:23–29 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
21
)
22
23
func
TestIndirectSafe(t *testing.T) {
24
IndirectSafe(nil)
25
IndirectSafe(
""
)
26
IndirectSafe([]string{})
27
var
s []string
28
IndirectSafe(s)
29
}
Callers
nothing calls this directly
Calls
1
IndirectSafe
Function · 0.85
Tested by
no test coverage detected