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

Method mapClear

gapil/bapi/decode.go:922–930  ·  view source on GitHub ↗
(mapClearID uint64)

Source from the content-addressed store, hash-verified

920}
921
922func (d *decoder) mapClear(mapClearID uint64) (out *semantic.MapClear) {
923 d.build(d.content.Instances.MapClear, &d.inst.MapClear, mapClearID, &out,
924 func(p *MapClear, s *semantic.MapClear) {
925 s.AST = d.astClear(p.Ast)
926 s.Type = d.map_(p.Type)
927 s.Map = d.expr(p.Map)
928 })
929 return
930}
931
932func (d *decoder) member(memberID uint64) (out *semantic.Member) {
933 d.build(d.content.Instances.Member, &d.inst.Member, memberID, &out,

Callers 2

statMethod · 0.95
nodeMethod · 0.95

Calls 4

buildMethod · 0.95
astClearMethod · 0.95
map_Method · 0.95
exprMethod · 0.95

Tested by

no test coverage detected