MCPcopy
hub / github.com/httprunner/httprunner / APIPath

TypeAlias APIPath

hrp/step_api.go:40–40  ·  view source on GitHub ↗

APIPath implements IAPI interface.

Source from the content-addressed store, hash-verified

38
39// APIPath implements IAPI interface.
40type APIPath string
41
42func (path *APIPath) GetPath() string {
43 return fmt.Sprintf("%v", *path)

Callers 2

toTestCaseMethod · 0.85
TestRunCaseWithRefAPIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected