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

Method Notify

CodeFormatCore/src/Format/FormatState.cpp:252–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void FormatState::Notify(FormatEvent event, LuaSyntaxNode n, const LuaSyntaxTree &t) {
253 for (auto &a: _analyzers) {
254 a->OnFormatMessage(*this, event, n, t);
255 }
256}

Callers 5

ThreadWithScopedTraceFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
QueryMethod · 0.80

Calls 1

OnFormatMessageMethod · 0.80

Tested by 4

ThreadWithScopedTraceFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64