MCPcopy Create free account
hub / github.com/coderabbit214/document-ai / Error

Function Error

pkg/common/result.go:20–22  ·  view source on GitHub ↗

Error 错误

(msg string)

Source from the content-addressed store, hash-verified

18
19// Error 错误
20func Error(msg string) Result {
21 return Result{ERROR, msg, ""}
22}

Callers 3

chatFunction · 0.92
updateByJsonFunction · 0.92
ErrorFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected