Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/golang/net
/ top
Method
top
html/parse.go:56–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
}
55
56
func
(p *parser) top() *Node {
57
if
n := p.oe.top(); n != nil {
58
return
n
59
}
60
return
p.doc
61
}
62
63
// Stop tags for use in popUntil. These come from section 12.2.4.2.
64
var
(
Callers
15
addChild
Method · 0.95
shouldFosterParent
Method · 0.95
addText
Method · 0.95
addFormattingElement
Method · 0.95
reconstructActiveFormattingElements
Method · 0.45
resetInsertionMode
Method · 0.45
beforeHeadIM
Function · 0.45
inHeadNoscriptIM
Function · 0.45
inBodyIM
Function · 0.45
inBodyEndTagFormatting
Method · 0.45
textIM
Function · 0.45
inTableIM
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected