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

Function array_fast_remove

Source/Wasm/WasmRuntime.cpp:1792–1794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1790 return Value_From(r_cast<Array*>(array)->removeLast().get());
1791}
1792DORA_EXPORT int32_t array_fast_remove(int64_t array, int64_t item) {
1793 return r_cast<Array*>(array)->fastRemove(Value_To(*r_cast<dora_val_t*>(item)).get()) ? 1 : 0;
1794}
1795
1796/* Dictionary */
1797

Callers 1

fast_removeMethod · 0.85

Calls 3

Value_ToFunction · 0.85
fastRemoveMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected