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

Struct WebListFile

internal/report/source.go:198–200  ·  view source on GitHub ↗

WebListFile holds the per-file information for HTML source code listing.

Source from the content-addressed store, hash-verified

196
197// WebListFile holds the per-file information for HTML source code listing.
198type WebListFile struct {
199 Funcs []WebListFunc
200}
201
202// WebListFunc holds the per-function information for HTML source code listing.
203type WebListFunc struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected