MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / fileName

Method fileName

source/core/StarFile.cpp:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186String File::fileName() const {
187 return m_filename;
188}
189
190void File::setFilename(String filename) {
191 if (isOpen())

Callers 1

ephemeralFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected