MCPcopy 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
518func 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

checkCreateDocsRequestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected