Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
480
string trimmed_string(string s)
481
{
482
trim_string(s);
483
return s;
484
}
485
486
static void add_segment(vector<string> &segs, string s, bool trim,
487
bool accept_empty)
Callers
15
mapdef_split_key_item
Function · 0.85
parse
Method · 0.85
add_colour
Method · 0.85
add_fproperty
Method · 0.85
add_fheight
Method · 0.85
add_subst
Method · 0.85
add_tile
Method · 0.85
subvault_from_tagstring
Method · 0.85
drac_monspec
Method · 0.85
_wizard_enter_duration_name
Function · 0.85
deck_status
Function · 0.85
_sdump_apostles
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected