MCPcopy 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
39func (p *Printer) SetState(s printerState) {
40 p.s = s
41}
42
43func (p *Printer) Print(n node.Node) {
44 _, isRoot := n.(*node.Root)

Callers 3

PrintMethod · 0.95
printNodeRootMethod · 0.95
printStmtInlineHTMLMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected