Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
bool dunder(const string& s) {
103
return ba::starts_with(s,
"__"
) && ba::ends_with(s,
"__"
);
104
}
105
106
enum class Type : char {
107
Unknown = 0,
Callers
2
Iterator
Method · 0.85
AnyMap.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected