Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
private:
76
void unsafeReset() noexcept {
Callers
7
default_argument
Method · 0.45
removeProposal
Method · 0.45
setWASMStandard
Method · 0.45
removeHostRegistration
Method · 0.45
clear
Method · 0.45
~scope_exit
Method · 0.45
release
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected