Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ Unser
Method
Unser
src/serialize.h:709–709 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
707
708
template<typename Stream, typename T>
709
static void Unser(Stream& s, T& t) { Unserialize(s, t); }
710
};
711
712
Callers
nothing calls this directly
Calls
1
Unserialize
Function · 0.85
Tested by
no test coverage detected