MCPcopy Create free account
hub / github.com/ddnet/ddnet / Write

Method Write

src/test/aio_test.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 void Write(const char *pText)
37 {
38 aio_write(m_pAio, pText, str_length(pText));
39 }
40
41 void Expect(const char *pOutput)
42 {

Callers

nothing calls this directly

Calls 2

aio_writeFunction · 0.85
str_lengthFunction · 0.85

Tested by

no test coverage detected