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

Method deviceName

source/core/StarFile.cpp:239–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239String File::deviceName() const {
240 if (m_filename.empty())
241 return "<unnamed temp file>";
242 else
243 return m_filename;
244}
245
246IODevicePtr File::clone() {
247 auto cloned = make_shared<File>(m_filename);

Callers 5

tryFlattenMethod · 0.45
logPngErrorFunction · 0.45
logPngWarningFunction · 0.45
readPngMethod · 0.45
readPngMetadataMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected