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

Interface Node

parse/node.go:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5)
6
7type Node interface {
8 Type() NodeType
9 String() (string, error)
10}
11
12// NodeType identifies the type of a node.
13type NodeType int

Callers 3

StringMethod · 0.65
ParseMethod · 0.65
main.goFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…