MCPcopy Index your code
hub / github.com/nikivdev/go / availableDocKeys

Function availableDocKeys

cli/flow/main.go:1582–1589  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1580}
1581
1582func availableDocKeys() []string {
1583 keys := make([]string, 0, len(docSpecs))
1584 for key := range docSpecs {
1585 keys = append(keys, key)
1586 }
1587 sort.Strings(keys)
1588 return keys
1589}
1590
1591func resolveDocSpec(key string) (docSpec, bool) {
1592 normalized := strings.TrimSpace(strings.ToLower(key))

Callers 2

printCommandHelpFunction · 0.85
runOpenDocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected