Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/crowdsecurity/crowdsec
/ Stop
Method
Stop
pkg/longpollclient/client.go:219–222 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
217
}
218
219
func
(c *LongPollClient) Stop() error {
220
c.t.Kill(nil)
221
return
nil
222
}
223
224
func
(c *LongPollClient) PullOnce(ctx context.Context, since time.Time) ([]Event, error) {
225
c.logger.Debug(
"Pulling PAPI once"
)
Callers
15
ReadFromShard
Method · 0.80
listPoll
Method · 0.80
queryRange
Method · 0.80
Ready
Method · 0.80
monitorNewFiles
Method · 0.80
tailFile
Method · 0.80
doQueryRange
Method · 0.80
Ready
Method · 0.80
testAppSecEngine
Function · 0.80
StartHeartBeat
Method · 0.80
watchPluginTicker
Method · 0.80
LeakRoutine
Method · 0.80
Calls
1
Kill
Method · 0.80
Tested by
1
testAppSecEngine
Function · 0.64