MCPcopy Index your code
hub / github.com/cloudquery/cloudquery / String

Method String

cli/internal/docs/generator.go:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24)
25
26func (r Format) String() string {
27 return [...]string{"markdown", "json"}[r]
28}
29
30func FormatFromString(s string) (Format, error) {
31 switch s {

Callers 3

renderTableMethod · 0.45
jsonifyTablesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected