Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/abyss
/ IntToString
Function
IntToString
Sealer/sealer.cc:425–430 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
423
}
424
425
string IntToString (int a)
426
{
427
ostringstream temp;
428
temp<<a;
429
return temp.str();
430
}
431
432
// returns merged sequence resulting from Konnector
433
template <typename Graph>
Callers
2
kRun
Function · 0.85
main
Function · 0.85
Calls
1
str
Method · 0.45
Tested by
no test coverage detected