Caller returns the identifier of the command that called this command, or CmdNoID if the command has no caller.
()
| 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) |
no outgoing calls
no test coverage detected