Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tele-AI/doc-ops-mcp
/ sendToInternalLogging
Method
sendToInternalLogging
src/security/errorHandler.ts:45–48 ·
view source on GitHub ↗
(context: string, error: any)
Source
from the content-addressed store, hash-verified
43
}
44
45
private static sendToInternalLogging(context: string, error: any): void {
46
// 实现内部日志记录,不对外暴露
47
// 例如:发送到日志服务器、写入安全的日志文件等
48
}
49
}
Callers
1
logError
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected