MCPcopy Create free account
hub / github.com/GCWing/BitFun / initializeGit

Function initializeGit

src/web-ui/src/tools/git/initializeGit.ts:10–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 * Initialize Git module and start monitoring workspace changes.
9 */
10export function initializeGit(): void {
11 try {
12 workspaceGitInitializer.start();
13 log.info('Git module initialized');
14 } catch (error) {
15 log.error('Failed to initialize Git module', { error });
16 }
17}

Callers 1

initializeAllToolsFunction · 0.90

Calls 3

startMethod · 0.45
infoMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected