MCPcopy Create free account
hub / github.com/drone/envsubst / Node

Interface Node

parse/node.go:4–6  ·  view source on GitHub ↗

Node is an element in the parse tree.

Source from the content-addressed store, hash-verified

2
3// Node is an element in the parse tree.
4type Node interface {
5 node()
6}
7
8// empty string node
9var empty = new(TextNode)

Callers

nothing calls this directly

Implementers 3

TextNodeparse/node.go
ListNodeparse/node.go
FuncNodeparse/node.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…