MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / reset

Method reset

include/common/timer.h:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 void reset() noexcept {
71 std::unique_lock Lock(Mutex);
72 unsafeReset();
73 }
74
75private:
76 void unsafeReset() noexcept {

Callers 7

default_argumentMethod · 0.45
removeProposalMethod · 0.45
setWASMStandardMethod · 0.45
clearMethod · 0.45
~scope_exitMethod · 0.45
releaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected