Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
252
void 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
ThreadWithScopedTrace
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Query
Method · 0.80
Calls
1
OnFormatMessage
Method · 0.80
Tested by
4
ThreadWithScopedTrace
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64