MCPcopy
hub / github.com/redspread/spread / GetDefault

Method GetDefault

pkg/spreadproto/object.pb.go:405–410  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

403func (*Parameter) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7} }
404
405func (m *Parameter) GetDefault() *Argument {
406 if m != nil {
407 return m.Default
408 }
409 return nil
410}
411
412// Argument contains an argument to fulfill a parameter.
413type Argument struct {

Callers 4

ParamMethod · 0.95
InteractiveArgsFunction · 0.80
ApplyArgumentsFunction · 0.80
applyDefaultFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected