Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/shadowsocks/v2ray-plugin
/ logWarn
Function
logWarn
log.go:18–20 ·
view source on GitHub ↗
(v ...interface{})
Source
from the content-addressed store, hash-verified
16
}
17
18
func
logWarn(v ...
interface
{}) {
19
log.Println(v...)
20
}
21
22
func
logInfo(v ...
interface
{}) {
23
log.Println(v...)
Callers
3
generateConfig
Function · 0.70
startV2Ray
Function · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected