Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossoverJie/gscript
/ GetNodeType
Method
GetNodeType
syntax/syntax.go:52–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
func
(a *ASTNode) GetNodeType() ASTNodeType {
53
return
a.nodeType
54
}
55
func
(a *ASTNode) GetText() string {
56
return
a.text
57
}
Callers
2
Print
Method · 0.95
EvaluateWithRuntime
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected