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

Method length

lib_acl_cpp/src/stdlib/pipe_stream.cpp:332–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332size_t pipe_manager::length() const
333{
334 if (m_pPipeStream) {
335 return m_pPipeStream->length();
336 } else {
337 return 0;
338 }
339}
340
341void pipe_manager::clear()
342{

Callers 5

push_popMethod · 0.45
pop_endMethod · 0.45
updateMethod · 0.45
update_endMethod · 0.45
pipe_stream.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected