Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/httprunner/httprunner
/ GetPath
Method
GetPath
hrp/testcase.go:75–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
type
TestCasePath string
74
75
func
(path *TestCasePath) GetPath() string {
76
return
fmt.Sprintf(
"%v"
, *path)
77
}
78
79
// ToTestCase loads testcase path and convert to *TestCase
80
func
(path *TestCasePath) ToTestCase() (*TestCase, error) {
Callers
1
ToTestCase
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected