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

Function print_cost

src/FormatVisitor.cpp:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49#endif
50
51void print_cost() {
52#ifdef DEBUG
53 for (auto p : countMp) {
54 std::cout << p.first << " called " << p.second << " times" << std::endl;
55 }
56#endif
57}
58
59static bool isBlankChar(const char c) { return c == ' ' || c == '\t' || c == '\u000C'; }
60

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected