MCPcopy Create free account
hub / github.com/UiPath/uipathcli / NewDefinition

Function NewDefinition

parser/definition.go:11–13  ·  view source on GitHub ↗
(name string, summary string, description string, operations []Operation)

Source from the content-addressed store, hash-verified

9}
10
11func NewDefinition(name string, summary string, description string, operations []Operation) *Definition {
12 return &Definition{name, summary, description, operations}
13}

Callers 2

MergeMethod · 0.92
parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected