Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ end
Method
end
Bcore/src/main/cpp/base/safe_map.h:64–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
iterator begin() { return map_.begin(); }
63
const_iterator begin() const { return map_.begin(); }
64
iterator end() { return map_.end(); }
65
const_iterator end() const { return map_.end(); }
66
67
bool empty() const { return map_.empty(); }
Callers
2
Get
Method · 0.45
PutBefore
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected