MCPcopy Create free account
hub / github.com/DFHack/dfhack / itos

Function itos

plugins/manipulator.cpp:328–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326};
327
328string itos (int n)
329{
330 stringstream ss;
331 ss << n;
332 return ss.str();
333}
334
335bool descending;
336df::job_skill sort_skill;

Callers 4

get_unit_idFunction · 0.85
get_ageFunction · 0.85
renderMethod · 0.85
renderMethod · 0.85

Calls 1

strMethod · 0.45

Tested by

no test coverage detected