MCPcopy
hub / github.com/cortexlabs/cortex / Bool

Function Bool

pkg/lib/pointer/pointer.go:56–58  ·  view source on GitHub ↗
(val bool)

Source from the content-addressed store, hash-verified

54}
55
56func Bool(val bool) *bool {
57 return &val
58}
59
60func Time(val time.Time) *time.Time {
61 return &val

Callers 11

AddNewPolicyVersionFunction · 0.92
GetPodConditionOfFunction · 0.92
mergeOptionsFunction · 0.92
mergeTableOptionsFunction · 0.92
userPodContainersFunction · 0.92
getTaskJobFunction · 0.92
apiHistoryTableFunction · 0.92
printInfoPricingFunction · 0.92
printInfoNodesFunction · 0.92
getBatchJobFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected