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

Method Caller

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

Caller returns the identifier of the command that called this command, or CmdNoID if the command has no caller.

()

Source from the content-addressed store, hash-verified

30 // Caller returns the identifier of the command that called this command,
31 // or CmdNoID if the command has no caller.
32 Caller() CmdID
33
34 // SetCaller sets the identifier of the command that called this command.
35 SetCaller(CmdID)

Callers 8

callerFunction · 0.65
startCmdMethod · 0.65
changeFunction · 0.65
addCallerGroupsFunction · 0.65
processLiveCmdMethod · 0.65
initFunction · 0.65
ResolveMethod · 0.65
FlushMethod · 0.65

Implementers 3

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

Calls

no outgoing calls

Tested by

no test coverage detected