MCPcopy
hub / github.com/evilsocket/opensnitch / isLiveReloadRunning

Method isLiveReloadRunning

daemon/rule/loader.go:350–354  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

348}
349
350func (l *Loader) isLiveReloadRunning() bool {
351 l.RLock()
352 defer l.RUnlock()
353 return l.liveReloadRunning
354}
355
356// Deprecated: rule.Operator.Data no longer holds the operator list in json format as string.
357func (l *Loader) unmarshalOperatorList(op *Operator) error {

Callers 2

ReloadMethod · 0.95
LoadMethod · 0.95

Calls 2

RLockMethod · 0.80
RUnlockMethod · 0.80

Tested by

no test coverage detected