refactor Entities load + loading velocity

This commit is contained in:
MihailRis
2024-07-08 22:47:01 +03:00
parent 3cd0261f3b
commit 19c6a82ab2
6 changed files with 40 additions and 23 deletions
+4
View File
@@ -97,6 +97,10 @@ void stringifyObj(
const std::string& indentstr,
bool nice
) {
if (obj == nullptr) {
ss << "nullptr";
return;
}
if (obj->values.empty()) {
ss << "{}";
return;