Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xUnixIO/pulse
/ activeManager
Method
activeManager
internal/nodeapi/api.go:45–47 ·
view source on GitHub ↗
activeManager 返回 xray Manager。
()
Source
from the content-addressed store, hash-verified
43
44
// activeManager 返回 xray Manager。
45
func
(a *API) activeManager() coremanager.Manager {
46
return
a.xrManager
47
}
48
49
var
nodeUpdating atomic.Bool
50
Callers
10
DoRuntime
Method · 0.95
DoStatus
Method · 0.95
DoUsage
Method · 0.95
DoConfig
Method · 0.95
DoLogs
Method · 0.95
DoAccessLogs
Method · 0.95
LogsChannel
Method · 0.95
DoAddUser
Method · 0.95
DoRemoveUser
Method · 0.95
DoCheckUnlock
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected