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

Method astFence

gapil/bapi/encode.go:1753–1758  ·  view source on GitHub ↗
(n *ast.Fence)

Source from the content-addressed store, hash-verified

1751}
1752
1753func (e *encoder) astFence(n *ast.Fence) (outID uint64) {
1754 e.build(&e.instances.AstFence, e.maps.ASTFence, n, &outID, func() *ASTFence {
1755 return &ASTFence{}
1756 })
1757 return
1758}
1759
1760func (e *encoder) astField(n *ast.Field) (outID uint64) {
1761 e.build(&e.instances.AstField, e.maps.ASTField, n, &outID, func() *ASTField {

Callers 2

fenceMethod · 0.95
astNodeMethod · 0.95

Calls 1

buildMethod · 0.95

Tested by

no test coverage detected