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

Function WaGitStartClone

Source/Wasm/WasmRuntime.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83}
84static int64_t WaGitStartClone(char* url, char* path, char* branch, char* token, int depth) {
85 auto& waApi = SharedWaApi();
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;

Callers 1

gitStartCloneMethod · 0.70

Calls 4

GetEnvFunction · 0.85
GetMainActivityClassFunction · 0.85
gitStartCloneMethod · 0.80

Tested by

no test coverage detected