MCPcopy
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
52func String(val string) *string {
53 return &val
54}
55
56func Bool(val bool) *bool {
57 return &val

Callers 15

validateMethod · 0.92
computeValidationFunction · 0.92
ValidateAPIFunction · 0.92
ValidateTrafficSplitterFunction · 0.92
addJSONObjectsToQueueFunction · 0.92
enqueueItemsMethod · 0.92
addS3PathsToQueueFunction · 0.92
TestObjFunction · 0.92
mergeOptionsFunction · 0.92
CheckCredentialsMethod · 0.92
ListS3TopLevelDirsMethod · 0.92

Calls

no outgoing calls

Tested by 2

TestObjFunction · 0.74
TestDeepCopyFunction · 0.74