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

Function WaGitDispose

Source/Wasm/WasmRuntime.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 return waApi.gitCancel ? waApi.gitCancel(jobId) != 0 : false;
103}
104static bool WaGitDispose(int64_t jobId) {
105 auto& waApi = SharedWaApi();
106 return waApi.gitDispose ? waApi.gitDispose(jobId) != 0 : false;
107}
108#elif BX_PLATFORM_ANDROID
109extern "C" {
110#include <jni.h>

Callers 1

disposeMethod · 0.70

Calls 3

GetEnvFunction · 0.85
GetMainActivityClassFunction · 0.85

Tested by

no test coverage detected