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

Function setFindLockFunction

TactilityCore/Source/file/File.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void setFindLockFunction(const FindLockFunction& function) {
41 findLockFunction = function;
42}
43
44std::string getChildPath(const std::string& basePath, const std::string& childPath) {
45 // Postfix with "/" when the current path isn't "/"

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected