MCPcopy Index your code
hub / github.com/wailsapp/wails / OutputCount

Method OutputCount

v2/internal/binding/boundMethod.go:35–37  ·  view source on GitHub ↗

OutputCount returns the number of outputs this bound method has

()

Source from the content-addressed store, hash-verified

33
34// OutputCount returns the number of outputs this bound method has
35func (b *BoundMethod) OutputCount() int {
36 return len(b.Outputs)
37}
38
39// ParseArgs method converts the input json into the types expected by the method
40func (b *BoundMethod) ParseArgs(args []json.RawMessage) ([]interface{}, error) {

Callers 2

CallMethod · 0.95
GenerateGoBindingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected