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

Method fence

gapil/bapi/encode.go:889–898  ·  view source on GitHub ↗
(n *semantic.Fence)

Source from the content-addressed store, hash-verified

887}
888
889func (e *encoder) fence(n *semantic.Fence) (outID uint64) {
890 e.build(&e.instances.Fence, e.maps.Fence, n, &outID, func() *Fence {
891 return &Fence{
892 Ast: e.astFence(n.AST),
893 Statement: e.stat(n.Statement),
894 Explicit: n.Explicit,
895 }
896 })
897 return
898}
899
900func (e *encoder) field(n *semantic.Field) (outID uint64) {
901 e.build(&e.instances.Field, e.maps.Field, n, &outID, func() *Field {

Callers 2

nodeMethod · 0.95
statMethod · 0.95

Calls 3

buildMethod · 0.95
astFenceMethod · 0.95
statMethod · 0.95

Tested by

no test coverage detected