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

Method dispose

Source/Wasm/WasmRuntime.cpp:2963–2970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2961}
2962
2963bool Git::dispose(int64_t jobId) {
2964#ifdef DORA_NO_WA
2965 DORA_UNUSED_PARAM(jobId);
2966 return false;
2967#else // !DORA_NO_WA
2968 return WaGitDispose(jobId);
2969#endif // !DORA_NO_WA
2970}
2971
2972NS_DORA_END

Callers

nothing calls this directly

Calls 1

WaGitDisposeFunction · 0.70

Tested by

no test coverage detected