MCPcopy Create free account
hub / github.com/Cantera/cantera / dunder

Function dunder

src/base/AnyMap.cpp:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102bool dunder(const string& s) {
103 return ba::starts_with(s, "__") && ba::ends_with(s, "__");
104}
105
106enum class Type : char {
107 Unknown = 0,

Callers 2

IteratorMethod · 0.85
AnyMap.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected