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

Function WaGitPoll

Source/Wasm/WasmRuntime.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 return waApi.gitRun ? waApi.gitRun(repoPath, command, optionsJSON) : 0;
95}
96static const char* WaGitPoll(int64_t jobId) {
97 auto& waApi = SharedWaApi();
98 return waApi.gitPoll ? waApi.gitPoll(jobId) : nullptr;
99}
100static bool WaGitCancel(int64_t jobId) {
101 auto& waApi = SharedWaApi();
102 return waApi.gitCancel ? waApi.gitCancel(jobId) != 0 : false;

Callers 1

pollMethod · 0.70

Calls 4

GetEnvFunction · 0.85
GetMainActivityClassFunction · 0.85
CopyJStringFunction · 0.85

Tested by

no test coverage detected