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

Method empty

crawl-ref/source/format.cc:554–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552}
553
554bool formatted_string::empty() const
555{
556 return ops.empty();
557}
558
559void formatted_string::cprintf(const char *s, ...)
560{

Callers 7

parse_string1Method · 0.45
find_last_colourMethod · 0.45
substr_bytesMethod · 0.45
textcolourMethod · 0.45
textbackgroundMethod · 0.45
displayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected