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

Function initializeAllTools

src/web-ui/src/tools/initializeTools.ts:15–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13const log = createLogger('Tools');
14
15export async function initializeAllTools(): Promise<void> {
16 try {
17 await initializeLsp();
18 initializeGit();
19 log.info('All tool modules initialized');
20 } catch (error) {
21 log.error('Failed to initialize tool modules', { error });
22 }
23}

Callers 1

initializeAfterRenderFunction · 0.85

Calls 4

initializeLspFunction · 0.90
initializeGitFunction · 0.90
infoMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected