MCPcopy
hub / github.com/gobyexample-cn/gobyexample / verbose

Function verbose

tools/generate.go:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26var siteDir = "./public"
27
28func verbose() bool {
29 return len(os.Getenv("VERBOSE")) > 0
30}
31
32func check(err error) {
33 if err != nil {

Callers 5

resetURLHashFileFunction · 0.85
parseExamplesFunction · 0.85
renderIndexFunction · 0.85
renderExamplesFunction · 0.85
render404Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected