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

Function c_str

lib_acl_cpp/include/acl_cpp/stdlib/pipe_stream.hpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 char* c_str() const {
68 return (m_pBuf->c_str());
69 }
70
71 size_t length() const {
72 return (m_pBuf->length());

Callers 2

hashMethod · 0.50
string.cppFile · 0.50

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…