MCPcopy Create free account
hub / github.com/TelegramMessenger/cocoon / store_root_contract_stat

Method store_root_contract_stat

runners/BaseRunner.cpp:1248–1254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1246 jb.stop_object();
1247}
1248void BaseRunner::store_root_contract_stat(td::StringBuilder &sb) {
1249 auto conf = runner_config();
1250 if (conf) {
1251 sb << "<h1>GLOBAL CONFIG</h1>\n";
1252 conf->root_contract_config->store_stat(this, sb);
1253 }
1254}
1255void BaseRunner::store_root_contract_stat(SimpleJsonSerializer &jb) {
1256 auto conf = runner_config();
1257 if (conf) {

Callers

nothing calls this directly

Calls 1

store_statMethod · 0.80

Tested by

no test coverage detected