Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alandefreitas/matplotplusplus
/ is_false
Function
is_false
source/matplot/util/common.cpp:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
bool is_false(std::string_view str) {
49
return iequals(str,
"off"
) || iequals(str,
"false"
) ||
50
iequals(str,
"no"
);
51
}
52
53
std::string run_and_get_output(const std::string &cmd) {
54
auto res = std::string{};
Callers
nothing calls this directly
Calls
1
iequals
Function · 0.85
Tested by
no test coverage detected