Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MonaSolutions/MonaServer
/ decode
Method
decode
MonaCore/include/Mona/Decoder.h:55–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
UInt32 decode(PoolBuffer& pBuffer) {
56
return decode(SocketAddress::Wildcard(), pBuffer);
57
}
58
59
UInt32 decode(const SocketAddress& address,PoolBuffer& pBuffer) {
60
Exception ex;
Callers
1
RTMFProtocol
Method · 0.45
Calls
4
enqueue
Method · 0.80
error
Method · 0.80
size
Method · 0.45
release
Method · 0.45
Tested by
no test coverage detected