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

Function formatGitmodulesProbeError

src/node/runtime/submoduleSync.ts:50–52  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

48}
49
50function formatGitmodulesProbeError(error: unknown): Error {
51 return new Error(`Failed to probe .gitmodules before submodule sync: ${getErrorMessage(error)}`);
52}
53
54async function runSubmoduleCommand(args: {
55 runtime: Runtime;

Callers 2

hasLocalGitmodulesFunction · 0.85
hasRuntimeGitmodulesFunction · 0.85

Calls 1

getErrorMessageFunction · 0.90

Tested by

no test coverage detected