MCPcopy
hub / github.com/lxn/walk / reflectExpression

Struct reflectExpression

expression.go:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21type reflectExpression struct {
22 root Expression
23 path string
24}
25
26func NewReflectExpression(root Expression, path string) Expression {
27 return &reflectExpression{root: root, path: path}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected