MCPcopy Create free account
hub / github.com/beefytech/Beef / TestString

Function TestString

BeefRT/rt/Internal.cpp:680–685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678}
679
680static void TestString(const StringImpl& str)
681{
682 BfpFileResult fileResult;
683 BfpFile_Write(gClientPipe, str.c_str(), str.length(), -1, &fileResult);
684 BF_ASSERT_REL(fileResult == BfpFileResult_Ok);
685}
686
687static void TestReadCmd(Beefy::String& str)
688{

Callers 6

TestFailedFunction · 0.85
Test_InitMethod · 0.85
Test_ErrorMethod · 0.85
Test_WriteMethod · 0.85
Test_QueryMethod · 0.85
Test_FinishMethod · 0.85

Calls 3

BfpFile_WriteFunction · 0.50
c_strMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected