Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
void 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
Instance
Function · 0.85
Apply
Method · 0.45
Tested by
no test coverage detected