Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
266
void PTY::UnwatchMaster(FilesystemWatcher& watcher){
267
watchingMaster.remove(&watcher);
268
}
269
270
void PTY::UnwatchSlave(FilesystemWatcher& watcher){
271
watchingSlave.remove(&watcher);
Callers
1
Unwatch
Method · 0.80
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected