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

Method updateExcludeVector

astyle/src/astyle_main.cpp:2063–2068  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2061}
2062
2063void ASConsole::updateExcludeVector(string suffixParam)
2064{
2065 excludeVector.push_back(suffixParam);
2066 standardizePath(excludeVector.back(), true);
2067 excludeHitsVector.push_back(false);
2068}
2069
2070// Adapted from SciTE UniConversion.cxx.
2071// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>

Callers 1

parseOptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected