MCPcopy Create free account
hub / github.com/BambooTracker/BambooTracker / setFilePath

Method setFilePath

BambooTracker/module/module.hpp:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 const std::string& comment = u8"", unsigned int tickFreq = 60);
52
53 inline void setFilePath(const std::string& path) { filePath_ = path; }
54 std::string getFilePath() const noexcept { return filePath_; };
55 inline void setTitle(const std::string& title) { title_ = title; }
56 inline std::string getTitle() const noexcept { return title_; }

Callers 1

setModulePathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected