Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/livebud/bud
/ ControllerFile
Function
ControllerFile
internal/valid/valid.go:72–74 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
70
}
71
72
func
ControllerFile(name string) bool {
73
return
!invalidGoFile(name)
74
}
75
76
func
firstRune(s string) rune {
77
r, _ := utf8.DecodeRuneInString(s)
Callers
2
loadController
Method · 0.92
TestControllerFile
Function · 0.92
Calls
1
invalidGoFile
Function · 0.85
Tested by
1
TestControllerFile
Function · 0.74