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

Method add_equal

crawl-ref/source/options.h:281–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279 }
280
281 bool add_equal() const
282 {
283 return line_type == RCFILE_LINE_PLUS || line_type == RCFILE_LINE_CARET;
284 }
285
286 bool minus_equal() const
287 {

Callers 2

split_parseMethod · 0.80
initfile.ccFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected