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

Function titleStr

cli/cmd/get.go:520–522  ·  view source on GitHub ↗
(title string)

Source from the content-addressed store, hash-verified

518}
519
520func titleStr(title string) string {
521 return "\n" + console.Bold(title) + "\n"
522}

Callers 7

taskAPITableFunction · 0.85
getTaskJobFunction · 0.85
realtimeAPITableFunction · 0.85
asyncAPITableFunction · 0.85
trafficSplitterTableFunction · 0.85
batchAPITableFunction · 0.85
getBatchJobFunction · 0.85

Calls 1

BoldFunction · 0.92

Tested by

no test coverage detected