| 98 | } |
| 99 | |
| 100 | GraphContext *CommandCtx_GetGraphContext |
| 101 | ( |
| 102 | const CommandCtx *command_ctx |
| 103 | ) { |
| 104 | ASSERT(command_ctx != NULL); |
| 105 | return command_ctx->graph_ctx; |
| 106 | } |
| 107 | |
| 108 | const char *CommandCtx_GetCommandName |
| 109 | ( |
no outgoing calls
no test coverage detected