MCPcopy Create free account
hub / github.com/coder/coder / FullID

Method FullID

scaletest/harness/run.go:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90}
91
92func (r *TestRun) FullID() string {
93 return r.testName + "/" + r.id
94}
95
96// Run executes the Run function with a self-managed log writer, panic handler,
97// error recording and duration recording. The test error is returned.

Callers 4

ResultMethod · 0.95
Test_TestRunFunction · 0.95
Test_TestHarnessFunction · 0.80
RegisterRunMethod · 0.80

Calls

no outgoing calls

Tested by 2

Test_TestRunFunction · 0.76
Test_TestHarnessFunction · 0.64