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

Struct Include

node/expr/n_include.go:11–15  ·  view source on GitHub ↗

Include node

Source from the content-addressed store, hash-verified

9
10// Include node
11type Include struct {
12 FreeFloating freefloating.Collection
13 Position *position.Position
14 Expr node.Node
15}
16
17// NewInclude node constructor
18func NewInclude(Expression node.Node) *Include {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected