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

Method Object

gapis/capture/decoder.go:86–89  ·  view source on GitHub ↗
(ctx context.Context, msg proto.Message)

Source from the content-addressed store, hash-verified

84}
85
86func (d *decoder) Object(ctx context.Context, msg proto.Message) error {
87 _, err := d.decode(ctx, msg)
88 return err
89}
90
91func (d *decoder) ChildObject(ctx context.Context, msg proto.Message, parentID uint64) error {
92 obj, err := d.decode(ctx, msg)

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.95

Tested by

no test coverage detected