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

Method setMaxCodeLength

astyle/src/ASFormatter.cpp:1624–1627  ·  view source on GitHub ↗

* set maximum code length * * @param max the maximum code length. */

Source from the content-addressed store, hash-verified

1622 * @param max the maximum code length.
1623 */
1624void ASFormatter::setMaxCodeLength(int max)
1625{
1626 maxCodeLength = max;
1627}
1628
1629/**
1630 * set operator padding mode.

Callers 1

parseOptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected