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

Struct WebListData

internal/report/source.go:192–195  ·  view source on GitHub ↗

WebListData holds the data needed to generate HTML source code listing.

Source from the content-addressed store, hash-verified

190
191// WebListData holds the data needed to generate HTML source code listing.
192type WebListData struct {
193 Total string
194 Files []WebListFile
195}
196
197// WebListFile holds the per-file information for HTML source code listing.
198type WebListFile struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected