Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cloudquery/cloudquery
/ readFile
Function
readFile
cli/cmd/plugin_publish_test.go:518–524 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
516
}
517
518
func
readFile(name string) string {
519
b, err := os.ReadFile(name)
520
if
err != nil {
521
panic(err)
522
}
523
return
hub.NormalizeContent(string(b))
524
}
Callers
1
checkCreateDocsRequest
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected