MCPcopy Create free account
hub / github.com/google/gapid / astNull

Method astNull

gapil/bapi/encode.go:1983–1988  ·  view source on GitHub ↗
(n *ast.Null)

Source from the content-addressed store, hash-verified

1981}
1982
1983func (e *encoder) astNull(n *ast.Null) (outID uint64) {
1984 e.build(&e.instances.AstNull, e.maps.ASTNull, n, &outID, func() *ASTNull {
1985 return &ASTNull{}
1986 })
1987 return
1988}
1989
1990func (e *encoder) astNumber(n *ast.Number) (outID uint64) {
1991 e.build(&e.instances.AstNumber, e.maps.ASTNumber, n, &outID, func() *ASTNumber {

Callers 2

nullMethod · 0.95
astNodeMethod · 0.95

Calls 1

buildMethod · 0.95

Tested by

no test coverage detected