Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
332
size_t pipe_manager::length() const
333
{
334
if (m_pPipeStream) {
335
return m_pPipeStream->length();
336
} else {
337
return 0;
338
}
339
}
340
341
void pipe_manager::clear()
342
{
Callers
5
push_pop
Method · 0.45
pop_end
Method · 0.45
update
Method · 0.45
update_end
Method · 0.45
pipe_stream.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected