Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ count
Method
count
include/chaiscript/utility/json.hpp:111–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
size_t count(const std::string &s) const {
112
return (find(s) != data.end())?1:0;
113
}
114
115
std::vector<std::pair<std::string, JSON>> data;
116
Callers
9
has_key
Method · 0.45
use
Method · 0.45
load_module
Method · 0.45
import
Method · 0.45
register_namespace
Method · 0.45
is_reserved_word
Method · 0.45
count
Function · 0.45
convertable_type
Method · 0.45
converts
Method · 0.45
Calls
1
end
Method · 0.45
Tested by
no test coverage detected