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

Function WaGitRun

Source/Wasm/WasmRuntime.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 return waApi.gitStartPull ? waApi.gitStartPull(path, branch, token, force) : 0;
91}
92static int64_t WaGitRun(char* repoPath, char* command, char* optionsJSON) {
93 auto& waApi = SharedWaApi();
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;

Callers 1

runMethod · 0.70

Calls 3

GetEnvFunction · 0.85
GetMainActivityClassFunction · 0.85

Tested by

no test coverage detected