MCPcopy 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
72template <typename T>
73void MsgQueue<T>::Push(const T& t) {
74 Push(T(t));
75}
76
77template <typename T>
78void MsgQueue<T>::Push(T&& t) {

Callers 3

CommonTxGeneratorFunction · 0.80
ContractTxGeneratorFunction · 0.80
WasmTxGeneratorFunction · 0.80

Calls 4

waitMethod · 0.80
emplace_backMethod · 0.80
sizeMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected