MCPcopy Index your code
hub / github.com/coder/mux / syncRuntimeGitSubmodules

Function syncRuntimeGitSubmodules

src/node/runtime/submoduleSync.ts:165–171  ·  view source on GitHub ↗
(args: RuntimeSubmoduleSyncArgs)

Source from the content-addressed store, hash-verified

163}
164
165export async function syncRuntimeGitSubmodules(args: RuntimeSubmoduleSyncArgs): Promise<void> {
166 if (!(await hasRuntimeGitmodules(args))) {
167 return;
168 }
169
170 await runSubmoduleMaterialization(args);
171}

Calls 2

hasRuntimeGitmodulesFunction · 0.85

Tested by

no test coverage detected