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

Function trimmed_string

crawl-ref/source/stringutil.cc:480–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478}
479
480string trimmed_string(string s)
481{
482 trim_string(s);
483 return s;
484}
485
486static void add_segment(vector<string> &segs, string s, bool trim,
487 bool accept_empty)

Callers 15

mapdef_split_key_itemFunction · 0.85
parseMethod · 0.85
add_colourMethod · 0.85
add_fpropertyMethod · 0.85
add_fheightMethod · 0.85
add_substMethod · 0.85
add_tileMethod · 0.85
drac_monspecMethod · 0.85
deck_statusFunction · 0.85
_sdump_apostlesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected