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

Method Transform

gapis/replay/mapping_printer.go:49–52  ·  view source on GitHub ↗
(ctx context.Context, id api.CmdID, cmd api.Cmd, out transform.Writer)

Source from the content-addressed store, hash-verified

47}
48
49func (m *mappingPrinter) Transform(ctx context.Context, id api.CmdID, cmd api.Cmd, out transform.Writer) {
50 m.thread = cmd.Thread()
51 out.MutateAndWrite(ctx, id, cmd)
52}
53
54func (m *mappingPrinter) Flush(ctx context.Context, out transform.Writer) {
55 out.MutateAndWrite(ctx, api.CmdNoID, Custom{m.thread,

Callers

nothing calls this directly

Calls 2

ThreadMethod · 0.65
MutateAndWriteMethod · 0.65

Tested by

no test coverage detected