MCPcopy Create free account
hub / github.com/DragonJoker/RenderGraph / do_sync_no_nl

Method do_sync_no_nl

test/BaseTest.cpp:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 int do_sync_no_nl()
101 {
102 LogStreambufTraits::logNoNL( m_fstream, m_buffer );
103 m_buffer.clear();
104 return 0;
105 }
106
107 private:
108 string_type m_buffer;

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected