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

Function session_get_settings

bindings/python/src/session.cpp:222–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 }
221
222 dict session_get_settings(lt::session const& ses)
223 {
224 settings_pack sett;
225 {
226 allow_threading_guard guard;
227 sett = ses.get_settings();
228 }
229 return make_dict(sett);
230 }
231
232 dict min_memory_usage_wrapper()
233 {

Callers

nothing calls this directly

Calls 2

make_dictFunction · 0.85
get_settingsMethod · 0.45

Tested by

no test coverage detected