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

Function TestSourceSyntheticAddress

internal/report/source_test.go:55–57  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

53}
54
55func TestSourceSyntheticAddress(t *testing.T) {
56 testSourceMapping(t, true)
57}
58
59func TestSourceMissingMapping(t *testing.T) {
60 testSourceMapping(t, false)

Callers

nothing calls this directly

Calls 1

testSourceMappingFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…