MCPcopy Create free account
hub / github.com/MhmRdd/NoHello / PropertyManager

Method PropertyManager

module/src/main/cpp/PropertyManager.cpp:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "log.h"
6
7PropertyManager::PropertyManager(std::string path) : filePath(std::move(path)) {
8 loadFromFile();
9}
10
11bool PropertyManager::loadFromFile() {
12 orderedProps.clear();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected