MCPcopy Create free account
hub / github.com/coder/guts / Node

Interface Node

bindings/ast.go:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type Node interface {
9 isNode()
10}
11
12// Identifier is a name given to a variable, function, class, etc.
13// Identifiers should be unique within a package. Package information is

Callers

nothing calls this directly

Implementers 15

Interfacebindings/declarations.go
PropertySignaturebindings/declarations.go
Aliasbindings/declarations.go
TypeParameterbindings/declarations.go
VariableStatementbindings/declarations.go
Enumbindings/declarations.go
ImportDeclarationbindings/declarations.go
ImportSpecifierbindings/declarations.go
HeritageClausebindings/ast.go
ArrayLiteralTypebindings/expressions.go
ArrayTypebindings/expressions.go
ReferenceTypebindings/expressions.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…