MCPcopy Create free account
hub / github.com/dirkvranckaert/AndroidDecompiler / getFileType

Method getFileType

astyle/src/ASBeautifier.cpp:661–664  ·  view source on GitHub ↗

* get the file type. */

Source from the content-addressed store, hash-verified

659 * get the file type.
660 */
661int ASBeautifier::getFileType() const
662{
663 return fileType;
664}
665
666/**
667 * get the number of spaces per indent

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected