MCPcopy Create free account
hub / github.com/WasmVM/WasmVM / get

Method get

src/include/decode.hpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21 template <typename T>
22 T get(){
23 T value;
24 *this >> value;
25 return value;
26 }
27
28 template <typename T>
29 friend Stream& operator>>(Stream& stream, std::vector<T>& values){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected