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

Method ForEachSymbol

library/python/symbols/registry/syms.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void NPrivate::ForEachSymbol(ICB& cb) {
28 for (auto& x : *TSymbols::Instance()) {
29 cb.Apply(x.Mod, x.Name, x.Sym);
30 }
31}

Callers

nothing calls this directly

Calls 2

InstanceFunction · 0.85
ApplyMethod · 0.45

Tested by

no test coverage detected