register a new GraphContext for module-level tracking
| 769 | |
| 770 | // register a new GraphContext for module-level tracking |
| 771 | void GraphContext_RegisterWithModule |
| 772 | ( |
| 773 | GraphContext *gc |
| 774 | ) { |
| 775 | Globals_AddGraph(gc); |
| 776 | } |
| 777 | |
| 778 | // retrive GraphContext from the global array |
| 779 | // graph isn't registered, NULL is returned |
no test coverage detected