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

Method getFormatterFileType

astyle/src/ASFormatter.cpp:6348–6351  ·  view source on GitHub ↗

for unit testing

Source from the content-addressed store, hash-verified

6346
6347// for unit testing
6348int ASFormatter::getFormatterFileType() const
6349{
6350 return formatterFileType;
6351}
6352
6353// Check if an operator follows the next word.
6354// The next word must be a legal name.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected