Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossoverJie/gscript
/ BYTE
Method
BYTE
parser/gscript_parser.go:7654–7656 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7652
}
7653
7654
func
(s *PrimitiveTypeContext) BYTE() antlr.TerminalNode {
7655
return
s.GetToken(GScriptParserBYTE, 0)
7656
}
7657
7658
func
(s *PrimitiveTypeContext) ANY() antlr.TerminalNode {
7659
return
s.GetToken(GScriptParserANY, 0)
Callers
1
ExitPrimitiveType
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected