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

Method abort

gapil/bapi/decode.go:216–224  ·  view source on GitHub ↗
(abortID uint64)

Source from the content-addressed store, hash-verified

214}
215
216func (d *decoder) abort(abortID uint64) (out *semantic.Abort) {
217 d.build(d.content.Instances.Abort, &d.inst.Abort, abortID, &out,
218 func(p *Abort, s *semantic.Abort) {
219 s.AST = d.astAbort(p.Ast)
220 s.Function = d.function(p.Function)
221 s.Statement = d.stat(p.Statement)
222 })
223 return
224}
225
226func (d *decoder) annotation(annotationID uint64) (out *semantic.Annotation) {
227 d.build(d.content.Instances.Annotation, &d.inst.Annotation, annotationID, &out,

Callers 2

statMethod · 0.95
nodeMethod · 0.95

Calls 4

buildMethod · 0.95
astAbortMethod · 0.95
functionMethod · 0.95
statMethod · 0.95

Tested by

no test coverage detected