MCPcopy Create free account
hub / github.com/USBGuard/usbguard / hasOpenExecutable

Method hasOpenExecutable

src/CLI/IPCSignalWatcher.cpp:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 }
200
201 bool IPCSignalWatcher::hasOpenExecutable() const
202 {
203 return (_exec_path_fd >= 0);
204 }
205
206 void IPCSignalWatcher::runExecutable(const std::map<std::string, std::string>& environment)
207 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected