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

Method RUnlock

daemon/procmon/process.go:200–202  ·  view source on GitHub ↗

RUnlock unlocks reading from this process

()

Source from the content-addressed store, hash-verified

198
199// RUnlock unlocks reading from this process
200func (p *Process) RUnlock() {
201 p.mu.RUnlock()
202}
203
204//Serialize transforms a Process object to gRPC protocol object
205func (p *Process) Serialize() *protocol.Process {

Callers 15

HostFunction · 0.80
isConnectedMethod · 0.80
NumRulesMethod · 0.80
GetAllMethod · 0.80
deleteRuleMethod · 0.80
isLiveReloadRunningMethod · 0.80
FindFirstMatchMethod · 0.80
domainsListsCmpMethod · 0.80
simpleListsCmpMethod · 0.80
ipNetCmpMethod · 0.80
reListCmpMethod · 0.80
MatchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected