Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cortexlabs/cortex
/ String
Function
String
pkg/lib/pointer/pointer.go:52–54 ·
view source on GitHub ↗
(val string)
Source
from the content-addressed store, hash-verified
50
}
51
52
func
String(val string) *string {
53
return
&val
54
}
55
56
func
Bool(val bool) *bool {
57
return
&val
Callers
15
validate
Method · 0.92
computeValidation
Function · 0.92
ValidateAPI
Function · 0.92
ValidateTrafficSplitter
Function · 0.92
addJSONObjectsToQueue
Function · 0.92
enqueueItems
Method · 0.92
addS3PathsToQueue
Function · 0.92
TestObj
Function · 0.92
mergeOptions
Function · 0.92
CheckCredentials
Method · 0.92
ListS3TopLevelDirs
Method · 0.92
EnableBucketEncryption
Method · 0.92
Calls
no outgoing calls
Tested by
2
TestObj
Function · 0.74
TestDeepCopy
Function · 0.74