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

Method closeExecutable

src/CLI/IPCSignalWatcher.cpp:195–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 }
194
195 void IPCSignalWatcher::closeExecutable()
196 {
197 _exec_path.clear();
198 (void)::close(_exec_path_fd);
199 }
200
201 bool IPCSignalWatcher::hasOpenExecutable() const
202 {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected