MCPcopy 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。
45func (a *API) activeManager() coremanager.Manager {
46return a.xrManager
47}
48
49var nodeUpdating atomic.Bool
50

Callers 10

DoRuntimeMethod · 0.95
DoStatusMethod · 0.95
DoUsageMethod · 0.95
DoConfigMethod · 0.95
DoLogsMethod · 0.95
DoAccessLogsMethod · 0.95
LogsChannelMethod · 0.95
DoAddUserMethod · 0.95
DoRemoveUserMethod · 0.95
DoCheckUnlockMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected