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

Function findLock

Tactility/Source/file/FileLock.cpp:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace tt::file {
6
7std::shared_ptr<Lock> findLock(const std::string& path) {
8 return hal::sdcard::findSdCardLock(path);
9}
10
11}

Callers

nothing calls this directly

Calls 1

findSdCardLockFunction · 0.85

Tested by

no test coverage detected