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

Method c_str

lib_acl_cpp/src/stdlib/pipe_stream.cpp:322–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322char* pipe_manager::c_str() const
323{
324 if (m_pPipeStream) {
325 return m_pPipeStream->c_str();
326 } else {
327 static const char* dummy = "";
328 return (char*) dummy;
329 }
330}
331
332size_t pipe_manager::length() const
333{

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