MCPcopy Create free account
hub / github.com/expr-lang/expr / BytesNode

Struct BytesNode

ast/node.go:108–111  ·  view source on GitHub ↗

BytesNode represents a byte slice.

Source from the content-addressed store, hash-verified

106
107// BytesNode represents a byte slice.
108type BytesNode struct {
109 base
110 Value []byte // Value of the byte slice.
111}
112
113// ConstantNode represents a constant.
114// Constants are predefined values like nil, true, false, array, map, etc.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected