Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ SpanToStr
Function
SpanToStr
src/test/util_tests.cpp:2195–2198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2193
}
2194
2195
static std::string SpanToStr(const Span<const char>& span)
2196
{
2197
return std::string(span.begin(), span.end());
2198
}
2199
2200
BOOST_AUTO_TEST_CASE(test_spanparsing)
2201
{
Callers
1
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected