MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / getDataFileName

Method getDataFileName

framework/fs/physfs_archiver_cue.cpp:312–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310 }
311 bool isValid() { return parserState == PARSER_FINISH; }
312 UString getDataFileName() { return dataFileName; }
313 CueFileType getDataFileType() { return fileType; }
314 CueTrackMode getTrackMode() { return trackMode; }
315};

Callers 2

cueOpenArchiveMethod · 0.80
parseCueFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected