Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
26
func
(r Format) String() string {
27
return
[...]string{
"markdown"
,
"json"
}[r]
28
}
29
30
func
FormatFromString(s string) (Format, error) {
31
switch
s {
Callers
3
renderTablesAsMarkdown
Method · 0.45
renderTable
Method · 0.45
jsonifyTables
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected