Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/z7zmey/php-parser
/ SetState
Method
SetState
printer/printer.go:39–41 ·
view source on GitHub ↗
(s printerState)
Source
from the content-addressed store, hash-verified
37
}
38
39
func
(p *Printer) SetState(s printerState) {
40
p.s = s
41
}
42
43
func
(p *Printer) Print(n node.Node) {
44
_, isRoot := n.(*node.Root)
Callers
3
Print
Method · 0.95
printNodeRoot
Method · 0.95
printStmtInlineHTML
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected