MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / AddIgnorePattern

Method AddIgnorePattern

CodeFormat/src/FormatContext.cpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void FormatContext::AddIgnorePattern(std::string_view pattern) {
69 _ignorePattern.emplace_back(pattern);
70}
71
72void FormatContext::SetFormatRange(bool isRangeLine, std::string_view rangeStr) {
73 _isRangeLine = isRangeLine;

Callers 2

InitFormatFunction · 0.80
InitCheckFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected