MCPcopy Create free account
hub / github.com/crawl/crawl / to_string

Function to_string

crawl-ref/source/stringutil.h:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270namespace std
271{
272 static inline string to_string(int value)
273 {
274 return make_stringf("%d", value);
275 }
276 static inline string to_string(long value)
277 {
278 return make_stringf("%ld", value);

Callers 15

get_max_hp_descMethod · 0.70
common_nameMethod · 0.70
deck_statusFunction · 0.70
spell_noise_stringFunction · 0.70
range_stringFunction · 0.70
strMethod · 0.70
fixedpClass · 0.70
_send_playerMethod · 0.70
rewrite_chunk_prefixMethod · 0.70
_describe_weaponFunction · 0.70
_describe_armourFunction · 0.70

Calls 1

make_stringfFunction · 0.85

Tested by

no test coverage detected