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

Method ModuleLedger

TactilityKernel/source/module.cpp:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 Mutex mutex {};
17
18 ModuleLedger() { mutex_construct(&mutex); }
19 ~ModuleLedger() { mutex_destruct(&mutex); }
20};
21

Callers

nothing calls this directly

Calls 1

mutex_constructFunction · 0.85

Tested by

no test coverage detected