Return cache associated with graph context and current thread id.
| 840 | |
| 841 | // Return cache associated with graph context and current thread id. |
| 842 | Cache *GraphContext_GetCache(const GraphContext *gc) { |
| 843 | ASSERT(gc != NULL); |
| 844 | return gc->cache; |
| 845 | } |
| 846 | |
| 847 | //------------------------------------------------------------------------------ |
| 848 | // Free routine |
no outgoing calls
no test coverage detected