MCPcopy Create free account
hub / github.com/comaps/comaps / Flush

Method Flush

generator/intermediate_data.cpp:189–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 }
188
189 void Flush()
190 {
191 if (m_future.valid())
192 m_future.wait();
193
194 FlushImpl(m_buffer);
195 m_buffer.clear();
196 }
197
198private:
199 // Expect that fseek(FILE) makes the same check inside, but no ...

Callers

nothing calls this directly

Calls 2

waitMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected