Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gobyexample-cn/gobyexample
/ check
Function
check
tools/generate.go:32–36 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
30
}
31
32
func
check(err error) {
33
if
err != nil {
34
panic(err)
35
}
36
}
37
38
func
isDir(path string) bool {
39
fileStat, _ := os.Stat(path)
Callers
9
ensureDir
Function · 0.70
copyFile
Function · 0.70
mustReadFile
Function · 0.70
mustGlob
Function · 0.70
resetURLHashFile
Function · 0.70
chromaFormat
Function · 0.70
renderIndex
Function · 0.70
renderExamples
Function · 0.70
render404
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected