get graph from graph context
| 291 | |
| 292 | // get graph from graph context |
| 293 | Graph *GraphContext_GetGraph |
| 294 | ( |
| 295 | const GraphContext *gc |
| 296 | ) { |
| 297 | ASSERT(gc != NULL); |
| 298 | |
| 299 | return gc->g; |
| 300 | } |
| 301 | |
| 302 | // Update graph context version |
| 303 | static void _GraphContext_UpdateVersion(GraphContext *gc, const char *str) { |
no outgoing calls
no test coverage detected