Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UiPath/uipathcli
/ newTestRunStatusError
Function
newTestRunStatusError
plugin/studio/testrun/test_run_status.go:36–38 ·
view source on GitHub ↗
(executionId int, err error)
Source
from the content-addressed store, hash-verified
34
}
35
36
func
newTestRunStatusError(executionId int, err error) *testRunStatus {
37
return
&testRunStatus{executionId, TestRunStatusError, -1, 0, 0, nil, nil, err}
38
}
Callers
1
execute
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected