MCPcopy Create free account
hub / github.com/BirolLab/abyss / c_str

Method c_str

Common/ConstString.h:21–21  ·  view source on GitHub ↗

Return a null-terminated sequence of characters. */

Source from the content-addressed store, hash-verified

19
20 /** Return a null-terminated sequence of characters. */
21 const char* c_str() const { return m_p; }
22
23 operator const char*() const { return m_p; }
24

Callers 15

readGraphFunction · 0.45
scaffoldFunction · 0.45
readGraphFunction · 0.45
mainFunction · 0.45
readGraphFunction · 0.45
loadContigsFunction · 0.45
storeContigGraphFunction · 0.45
storeContigsFunction · 0.45
writeHistogramsFunction · 0.45
treeSequenceMethod · 0.45
readGraphFunction · 0.45
readGraphFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36