| 14 | } |
| 15 | |
| 16 | ViewCoreFactory::ContextStack *ViewCoreFactory::contextStack() |
| 17 | { |
| 18 | static ContextStack s_contextStack; |
| 19 | return &s_contextStack; |
| 20 | } |
| 21 | |
| 22 | void ViewCoreFactory::pushContext(std::shared_ptr<Context> &context) |
| 23 | { |
nothing calls this directly
no outgoing calls
no test coverage detected