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

Method Apply

library/python/symbols/module/module.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 void Apply(const char* mod, const char* name, void* sym) override {
35 (*CB)(mod, name, sym);
36 }
37
38 T* CB;
39 };

Callers 1

ForEachSymbolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected