MCPcopy Create free account
hub / github.com/RaftLib/RaftLib / kernel

Method kernel

src/kernel.cpp:11–14  ·  view source on GitHub ↗

default **/

Source from the content-addressed store, hash-verified

9
10/** default **/
11kernel::kernel() : kernel_id( kernel::kernel_count )
12{
13 kernel::kernel_count++;
14}
15
16/** existing memory **/
17kernel::kernel( void * const ptr,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected