MCPcopy Create free account
hub / github.com/axmolengine/axmol / setDirectoryPath

Method setDirectoryPath

core/base/Properties.cpp:1085–1095  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1083}
1084
1085void Properties::setDirectoryPath(const std::string* path)
1086{
1087 if (path)
1088 {
1089 setDirectoryPath(*path);
1090 }
1091 else
1092 {
1093 AX_SAFE_DELETE(_dirPath);
1094 }
1095}
1096
1097void Properties::setDirectoryPath(std::string_view path)
1098{

Callers 2

createNonRefCountedMethod · 0.80
cloneMethod · 0.80

Calls 1

assignMethod · 0.45

Tested by

no test coverage detected