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

Method loadActionInput

framework/controller/loader.go:347–352  ·  view source on GitHub ↗
(params []*ActionParam)

Source from the content-addressed store, hash-verified

345}
346
347func (l *loader) loadActionInput(params []*ActionParam) string {
348 if len(params) == 1 && params[0].Kind == string(parser.KindStruct) {
349 return params[0].Type
350 }
351 return l.loadActionInputStruct(params)
352}
353
354func (l *loader) loadActionInputStruct(params []*ActionParam) string {
355 b := new(strings.Builder)

Callers 1

loadActionMethod · 0.95

Calls 1

loadActionInputStructMethod · 0.95

Tested by

no test coverage detected