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

Method Test_Write

BeefRT/rt/Internal.cpp:775–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

773}
774
775void Internal::Test_Write(char* strPtr)
776{
777 if (gClientPipe != NULL)
778 {
779 Beefy::String str = ":TestWrite\t";
780 str += strPtr;
781 str.Replace('\n', '\r');
782 str += "\n";
783 TestString(str);
784 }
785}
786
787int32 Internal::Test_Query()
788{

Callers

nothing calls this directly

Calls 2

TestStringFunction · 0.85
ReplaceMethod · 0.45

Tested by

no test coverage detected