MCPcopy Create free account
hub / github.com/Koihik/LuaFormatter / func_end

Function func_end

src/FormatVisitor.cpp:27–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void func_end(std::string funcName) {
28 countMp[funcName]++;
29#ifdef LOG_FUNC_VISIT
30 for (int i = 0; i < logIndentSize; i++) std::cout << LOG_INDENT;
31 logIndentSize--;
32 std::cout << funcName << " end.." << std::endl;
33#endif
34}
35
36#define LOGVAR(arg) \
37 for (int i = 0; i < logIndentSize; i++) std::cout << LOG_INDENT; \

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected