MCPcopy Create free account
hub / github.com/echoVic/blade-code / reviewCode

Method reviewCode

src/agent/Agent.ts:242–244  ·  view source on GitHub ↗

* 代码审查

(code: string, language: string)

Source from the content-addressed store, hash-verified

240 * 代码审查
241 */
242 public async reviewCode(code: string, language: string): Promise<string> {
243 return await this.llmManager.reviewCode(code, language);
244 }
245
246 /**
247 * 情绪分析

Callers 3

startCodeAssistantFunction · 0.95
answerSingleQuestionFunction · 0.45
startInteractiveChatFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected