MCPcopy Index your code
hub / github.com/livebud/bud / loadControllerName

Method loadControllerName

framework/controller/loader.go:114–116  ·  view source on GitHub ↗
(controllerPath string)

Source from the content-addressed store, hash-verified

112}
113
114func (l *loader) loadControllerName(controllerPath string) string {
115 return text.Space(controllerPath)
116}
117
118func (l *loader) loadControllerRoute(controllerPath string) string {
119 segments := strings.Split(strings.TrimPrefix(controllerPath, "/"), "/")

Callers 1

loadControllerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected