| 155 | void EndSession(); // TODO: Make this asynchronous. |
| 156 | |
| 157 | auto ActiveFrameBuffers() const |
| 158 | { |
| 159 | return gsl::make_span(m_activeFrameBuffers); |
| 160 | } |
| 161 | |
| 162 | void SetEngine(Napi::Object& jsEngine) |
| 163 | { |
no outgoing calls
no test coverage detected