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

Method Mutate

gapis/api/cmd.go:61–61  ·  view source on GitHub ↗

Mutate mutates the State using the command. If the builder argument is not nil then it will call the replay function on the builder.

(context.Context, CmdID, *GlobalState, *builder.Builder, StateWatcher)

Source from the content-addressed store, hash-verified

59 // Mutate mutates the State using the command. If the builder argument is
60 // not nil then it will call the replay function on the builder.
61 Mutate(context.Context, CmdID, *GlobalState, *builder.Builder, StateWatcher) error
62
63 // Clone makes a shallow copy of this command.
64 Clone(arena.Arena) Cmd

Callers 15

ResolveMethod · 0.65
drawCallStatsFunction · 0.65
ResolveMethod · 0.65
ResolveMethod · 0.65
buildResourcesFunction · 0.65
MemoryFunction · 0.65
ResolveMethod · 0.65
EventsFunction · 0.65
ResolveMethod · 0.65
BuildDependencyGraphFunction · 0.65
ResolveMethod · 0.65
MutateAndWriteMethod · 0.65

Implementers 3

Cmdgapil/compiler/testutils/cmd.go
TestCmdgapis/resolve/dependencygraph2/depende
Customgapis/replay/custom.go

Calls

no outgoing calls

Tested by 3

checkMethod · 0.52
TestDeadCommandRemovalFunction · 0.52