Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/v2rayA/v2rayA
/ logError
Function
logError
service/server/controller/errorLogger.go:8–12 ·
view source on GitHub ↗
(err interface{})
Source
from the content-addressed store, hash-verified
6
)
7
8
func
logError(err
interface
{}) error {
9
e := fmt.Errorf(
"%v"
, err)
10
log.Error(
"%v"
, e)
11
return
e
12
}
Callers
15
PostLogin
Function · 0.85
PutAccount
Function · 0.85
PostAccount
Function · 0.85
WsMessage
Function · 0.85
DeleteTouch
Function · 0.85
PutTproxyWhiteIpGroups
Function · 0.85
PatchSubscription
Function · 0.85
PutSubscription
Function · 0.85
PutDnsRules
Function · 0.85
PostImport
Function · 0.85
PostOutbound
Function · 0.85
PutOutbound
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected