MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / DeviceLedger

Method DeviceLedger

TactilityKernel/source/device.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 Mutex mutex { 0 };
36
37 DeviceLedger() {
38 mutex_construct(&mutex);
39 }
40
41 ~DeviceLedger() {
42 mutex_destruct(&mutex);

Callers

nothing calls this directly

Calls 1

mutex_constructFunction · 0.85

Tested by

no test coverage detected