MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / print

Function print

src/test/test_databuffer_mm.cpp:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void print( std::string const & prefix, std::string const & data, std::string const & postfix)
59{
60 std::cout << prefix << "[";
61 for (int i = 0; i < data.length(); ++i)
62 std::cout << to_int(data[i]) << " ";
63 std::cout << "]" << postfix;
64}
65
66template< typename T >
67void print( std::string const & prefix, std::vector<T> const & bytes, std::string const & postfix )

Callers 3

test_wraparoundFunction · 0.70
test_resetFunction · 0.70
test_seekFunction · 0.70

Calls 3

to_intFunction · 0.85
lengthMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected