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

Method loadActionKey

framework/controller/loader.go:184–186  ·  view source on GitHub ↗
(controllerPath, actionName string)

Source from the content-addressed store, hash-verified

182}
183
184func (l *loader) loadActionKey(controllerPath, actionName string) string {
185 return path.Join(controllerPath, text.Lower(text.Snake(actionName)))
186}
187
188func (l *loader) isHandlerFunc(params []*parser.Param, results []*parser.Result) bool {
189 if len(params) != 2 || len(results) != 0 {

Callers 1

loadActionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected