| 620 | //********************************************************************************************* |
| 621 | |
| 622 | ContextResourcesCache::ContextResourcesCache( ResourceHandler & handler |
| 623 | , GraphContext & context ) |
| 624 | : m_handler{ handler } |
| 625 | , m_context{ context } |
| 626 | { |
| 627 | } |
| 628 | |
| 629 | ContextResourcesCache::~ContextResourcesCache()noexcept |
| 630 | { |
nothing calls this directly
no outgoing calls
no test coverage detected