MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / clear

Method clear

Bcore/src/main/cpp/base/safe_map.h:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70 void swap(Self& other) { map_.swap(other.map_); }
71 void clear() { map_.clear(); }
72 iterator erase(iterator it) { return map_.erase(it); }
73 size_type erase(const K& k) { return map_.erase(k); }
74

Callers 15

ReadFdToStringFunction · 0.45
ReadFileToStringFunction · 0.45
ReadlinkFunction · 0.45
RealpathFunction · 0.45
GetProcessModuleMapMethod · 0.45
addPatternMethod · 0.45
sectionEndedMethod · 0.45
runCurrentTestMethod · 0.45
~ReusableStringStreamMethod · 0.45
makeTestCaseFunction · 0.45

Calls

no outgoing calls

Tested by 9

addPatternMethod · 0.36
sectionEndedMethod · 0.36
runCurrentTestMethod · 0.36
~ReusableStringStreamMethod · 0.36
makeTestCaseFunction · 0.36
setTagsFunction · 0.36
moveNextMethod · 0.36
testGroupStartingMethod · 0.36