MCPcopy Create free account
hub / github.com/google/pprof / testSourceURL

Function testSourceURL

internal/driver/driver_test.go:259–261  ·  view source on GitHub ↗
(port int)

Source from the content-addressed store, hash-verified

257}
258
259func testSourceURL(port int) string {
260 return fmt.Sprintf("http://%s/", net.JoinHostPort(testSourceAddress, strconv.Itoa(port)))
261}
262
263// solutionFilename returns the name of the solution file for the test
264func solutionFilename(source string, f *testFlags) string {

Callers 5

solutionFilenameFunction · 0.85
FetchMethod · 0.85
testFetchSymbolsFunction · 0.85
FetchMethod · 0.85
TestSymbolzAfterMergeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…