MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / Vec_Retain

Function Vec_Retain

Source/Wasm/WasmRuntime.cpp:435–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433 std::vector<double>>;
434
435static int64_t Vec_Retain(dora_vec_t&& vec) {
436 auto new_vec = new dora_vec_t(std::move(vec));
437 return r_cast<int64_t>(new_vec);
438}
439
440static int64_t Vec_To(const std::vector<Slice>& vec) {
441 std::vector<int64_t> buf(vec.size());

Callers 1

Vec_ToFunction · 0.85

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected