MCPcopy Create free account
hub / github.com/ProspectOne/perfops-cli / Error

Method Error

perfops/run.go:146–148  ·  view source on GitHub ↗

Error returns the stirng representaiton of the error.

()

Source from the content-addressed store, hash-verified

144
145// Error returns the stirng representaiton of the error.
146func (e *argError) Error() string {
147 return fmt.Sprintf("invalid argument: %s", e.name)
148}
149
150// ArgName returns the name of the argument.
151func (e *argError) ArgName() string {

Callers 1

cmpErrorFunction · 0.45

Calls

no outgoing calls

Tested by 1

cmpErrorFunction · 0.36