MCPcopy Create free account
hub / github.com/z7zmey/php-parser / NewShellExec

Function NewShellExec

node/expr/n_shell_exec.go:18–23  ·  view source on GitHub ↗

NewShellExec node constructor

(Parts []node.Node)

Source from the content-addressed store, hash-verified

16
17// NewShellExec node constructor
18func NewShellExec(Parts []node.Node) *ShellExec {
19 return &ShellExec{
20 FreeFloating: nil,
21 Parts: Parts,
22 }
23}
24
25// SetPosition sets node position
26func (n *ShellExec) SetPosition(p *position.Position) {

Callers 2

ParseMethod · 0.92
ParseMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…