MCPcopy Create free account
hub / github.com/cinder/Cinder / toString

Function toString

test/unit/src/Base64Test.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7using namespace std;
8
9std::string toString( Buffer b )
10{
11 return string( static_cast<const char *>( b.getData() ), b.getSize() );
12}
13
14TEST_CASE("Base64")
15{

Callers 11

Utilities.cppFile · 0.70
Base64Test.cppFile · 0.70
drawMethod · 0.50
setupCaptureMethod · 0.50
setupCaptureWithModeMethod · 0.50
performStressSwitchMethod · 0.50
updateModesMethod · 0.50
setupMethod · 0.50
mouseDown1Method · 0.50
drawMethod · 0.50
drawMethod · 0.50

Calls 3

stringFunction · 0.85
getDataMethod · 0.45
getSizeMethod · 0.45

Tested by

no test coverage detected