MCPcopy Create free account
hub / github.com/catboost/catboost / PrintScope

Method PrintScope

tools/enum_parser/parse_enum/parse_enum.cpp:349–351  ·  view source on GitHub ↗

Some debug stuff goes here

Source from the content-addressed store, hash-verified

347
348 // Some debug stuff goes here
349 static void PrintScope(const TScope& scope) {
350 Cerr << "Current scope: " << TEnumParser::ScopeStr(scope) << Endl;
351 }
352
353 void PrintScope() {
354 PrintScope(Scope);

Callers 1

ParseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected