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

Method SpaceIgnore

CodeFormatCore/src/Format/Analyzer/SpaceAnalyzer.cpp:430–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430void SpaceAnalyzer::SpaceIgnore(LuaSyntaxNode n) {
431 _ignoreSpace.insert(n.GetIndex());
432}
433
434void SpaceAnalyzer::FunctionCallSingleArgSpace(FormatState &f, LuaSyntaxNode n, const LuaSyntaxTree &t) {
435 auto firstToken = n.GetFirstToken(t);

Callers

nothing calls this directly

Calls 2

GetIndexMethod · 0.80
insertMethod · 0.45

Tested by

no test coverage detected