Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
namespace {
50
51
std::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_TEST
Function · 0.85
Calls
1
bencode
Function · 0.50
Tested by
no test coverage detected