MCPcopy 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
425string IntToString (int a)
426{
427 ostringstream temp;
428 temp<<a;
429 return temp.str();
430}
431
432// returns merged sequence resulting from Konnector
433template <typename Graph>

Callers 2

kRunFunction · 0.85
mainFunction · 0.85

Calls 1

strMethod · 0.45

Tested by

no test coverage detected