Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
type
Node
interface
{
8
Type() NodeType
9
String() (string, error)
10
}
11
12
// NodeType identifies the type of a node.
13
type
NodeType int
Callers
3
String
Method · 0.65
Parse
Method · 0.65
main.go
File · 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…