MCPcopy Create free account
hub / github.com/acl-dev/acl / clear

Method clear

lib_acl_cpp/src/stdlib/pipe_stream.cpp:341–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341void pipe_manager::clear()
342{
343 if (m_pPipeStream) {
344 m_pPipeStream->clear();
345 }
346}
347
348} // namespace acl

Callers 2

updateMethod · 0.45
update_endMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected