Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
using namespace std;
8
9
std::string toString( Buffer b )
10
{
11
return string( static_cast<const char *>( b.getData() ), b.getSize() );
12
}
13
14
TEST_CASE(
"Base64"
)
15
{
Callers
11
Utilities.cpp
File · 0.70
Base64Test.cpp
File · 0.70
draw
Method · 0.50
setupCapture
Method · 0.50
setupCaptureWithMode
Method · 0.50
performStressSwitch
Method · 0.50
updateModes
Method · 0.50
setup
Method · 0.50
mouseDown1
Method · 0.50
draw
Method · 0.50
draw
Method · 0.50
Calls
3
string
Function · 0.85
getData
Method · 0.45
getSize
Method · 0.45
Tested by
no test coverage detected