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

Function WaGitStartPull

Source/Wasm/WasmRuntime.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 return waApi.gitStartClone ? waApi.gitStartClone(url, path, branch, token, depth) : 0;
87}
88static int64_t WaGitStartPull(char* path, char* branch, char* token, int force) {
89 auto& waApi = SharedWaApi();
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;

Callers 1

gitStartPullMethod · 0.70

Calls 4

GetEnvFunction · 0.85
GetMainActivityClassFunction · 0.85
gitStartPullMethod · 0.80

Tested by

no test coverage detected