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

Function encode

test/test_bencoding.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49namespace {
50
51std::string encode(entry const& e)
52{
53 std::string ret;
54 bencode(std::back_inserter(ret), e);
55 return ret;
56}
57
58} // anonymous namespace
59

Callers 1

TORRENT_TESTFunction · 0.85

Calls 1

bencodeFunction · 0.50

Tested by

no test coverage detected