| 94 | } |
| 95 | |
| 96 | EncodeState GraphEncodeContext_GetEncodeState(const GraphEncodeContext *ctx) { |
| 97 | ASSERT(ctx); |
| 98 | return ctx->state; |
| 99 | } |
| 100 | |
| 101 | void GraphEncodeContext_SetEncodeState(GraphEncodeContext *ctx, EncodeState state) { |
| 102 | ASSERT(ctx); |
no outgoing calls
no test coverage detected