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

Method Unwatch

Kernel/src/objects/kobject.cpp:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9void KernelObject::Unwatch(KernelObjectWatcher& watcher){
10 (void)watcher;
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected