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

Method KernelObject

Kernel/include/objects/kobject.h:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 static int64_t nextOID;
25public:
26 KernelObject(){
27 oid = nextOID++;
28 }
29
30 inline int64_t ObjectID() { return oid; }
31

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected