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

Method FindHeaderByTitle

pkg/lib/table/table.go:44–52  ·  view source on GitHub ↗
(title string)

Source from the content-addressed store, hash-verified

42}
43
44func (t *Table) FindHeaderByTitle(title string) *Header {
45 for i, header := range t.Headers {
46 if header.Title == title {
47 return &t.Headers[i]
48 }
49 }
50
51 return nil
52}
53
54type Opts struct {
55 Sort *bool // default is true

Callers 1

getAPIsByEnvFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected