MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / release

Method release

unittests/catch.hpp:9513–9516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9511 }
9512
9513 void release( std::size_t index ) {
9514 m_streams[index]->copyfmt( m_referenceStream ); // Restore initial flags and other state
9515 m_unused.push_back(index);
9516 }
9517
9518 // !TBD: put in TLS
9519 static auto instance() -> StringStreams& {

Callers 2

~ReusableStringStreamMethod · 0.80
parse_instr_evalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected