MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / UnwatchMaster

Method UnwatchMaster

Kernel/src/tty/pty.cpp:266–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266void PTY::UnwatchMaster(FilesystemWatcher& watcher){
267 watchingMaster.remove(&watcher);
268}
269
270void PTY::UnwatchSlave(FilesystemWatcher& watcher){
271 watchingSlave.remove(&watcher);

Callers 1

UnwatchMethod · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected