MCPcopy Index your code
hub / github.com/maruel/panicparse / ToHTML

Method ToHTML

internal/main.go:107–107  ·  view source on GitHub ↗
(io.Writer, template.HTML)

Source from the content-addressed store, hash-verified

105
106type toHTMLer interface {
107 ToHTML(io.Writer, template.HTML) error
108}
109
110func toHTML(h toHTMLer, p string, needsEnv bool) error {

Callers 8

TestSnapshot_ToHTMLFunction · 0.65
Example_hTMLFunction · 0.65
SnapshotHandlerFunction · 0.65
toHTMLFunction · 0.65

Implementers 2

Aggregatedstack/bucket.go
Snapshotstack/context.go

Calls

no outgoing calls

Tested by 6

TestSnapshot_ToHTMLFunction · 0.52
Example_hTMLFunction · 0.52