Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
328
string itos (int n)
329
{
330
stringstream ss;
331
ss << n;
332
return ss.str();
333
}
334
335
bool descending;
336
df::job_skill sort_skill;
Callers
4
get_unit_id
Function · 0.85
get_age
Function · 0.85
render
Method · 0.85
render
Method · 0.85
Calls
1
str
Method · 0.45
Tested by
no test coverage detected