MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / Reset

Method Reset

external/parallel_hashmap/phmap_base.h:2917–2919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2915
2916 template <typename Node>
2917 static void Reset(Node* node) {
2918 node->reset();
2919 }
2920
2921 template <typename T, typename... Args>
2922 static T Make(Args&&... args) {

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected