MCPcopy
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
72func ControllerFile(name string) bool {
73 return !invalidGoFile(name)
74}
75
76func firstRune(s string) rune {
77 r, _ := utf8.DecodeRuneInString(s)

Callers 2

loadControllerMethod · 0.92
TestControllerFileFunction · 0.92

Calls 1

invalidGoFileFunction · 0.85

Tested by 1

TestControllerFileFunction · 0.74