Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
40
type
APIPath string
41
42
func
(path *APIPath) GetPath() string {
43
return
fmt.Sprintf(
"%v"
, *path)
Callers
2
toTestCase
Method · 0.85
TestRunCaseWithRefAPI
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected