MCPcopy Index your code
hub / github.com/cortexlabs/cortex / Index

Function Index

pkg/lib/strings/stringify.go:412–414  ·  view source on GitHub ↗
(index int)

Source from the content-addressed store, hash-verified

410}
411
412func Index(index int) string {
413 return fmt.Sprintf("index %d", index)
414}
415
416func Indent(str string, indent string) string {
417 if str == "" {

Callers 3

ReplacePathWithTildeFunction · 0.92
SplitS3PathFunction · 0.92
SplitS3aPathFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected