Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
readGraph
Function · 0.45
scaffold
Function · 0.45
readGraph
Function · 0.45
main
Function · 0.45
readGraph
Function · 0.45
loadContigs
Function · 0.45
storeContigGraph
Function · 0.45
storeContigs
Function · 0.45
writeHistograms
Function · 0.45
treeSequence
Method · 0.45
readGraph
Function · 0.45
readGraph
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36