MCPcopy Create free account
hub / github.com/arvidn/libtorrent / high_performance_seed_wrapper

Function high_performance_seed_wrapper

bindings/python/src/session.cpp:243–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 }
242
243 dict high_performance_seed_wrapper()
244 {
245 settings_pack ret = high_performance_seed();
246 return make_dict(ret);
247 }
248
249#ifndef BOOST_NO_EXCEPTIONS
250#if TORRENT_ABI_VERSION == 1

Callers

nothing calls this directly

Calls 2

make_dictFunction · 0.85
high_performance_seedFunction · 0.50

Tested by

no test coverage detected