MCPcopy Index your code
hub / github.com/PasarGuard/node / Service

Interface Service

controller/controller.go:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21const NodeVersion = "0.5.2"
22
23type Service interface {
24 Disconnect()
25}
26
27type Controller struct {
28 backend backend.Backend

Callers 10

StartMethod · 0.95
StopMethod · 0.95
StartMethod · 0.95
StopMethod · 0.95
mainFunction · 0.95
TestMainFunction · 0.65
TestMainFunction · 0.65
findXrayProcessesFunction · 0.80
findXrayProcessesFunction · 0.80
NewFunction · 0.95

Implementers 1

Controllercontroller/controller.go

Calls

no outgoing calls

Tested by

no test coverage detected