Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ Push
Method
Push
src/commons/messagequeue.h:73–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
72
template <typename T>
73
void MsgQueue<T>::Push(const T& t) {
74
Push(T(t));
75
}
76
77
template <typename T>
78
void MsgQueue<T>::Push(T&& t) {
Callers
3
CommonTxGenerator
Function · 0.80
ContractTxGenerator
Function · 0.80
WasmTxGenerator
Function · 0.80
Calls
4
wait
Method · 0.80
emplace_back
Method · 0.80
size
Method · 0.45
empty
Method · 0.45
Tested by
no test coverage detected