MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / write

Method write

Source/3rdParty/bx/src/debug.cpp:240–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 class DebugWriter : public WriterI
239 {
240 virtual int32_t write(const void* _data, int32_t _size, Error* _err) override
241 {
242 BX_UNUSED(_err);
243 debugOutput(StringView( (const char*)_data, _size) );
244 return _size;
245 }
246 };
247
248 WriterI* getDebugOut()

Callers

nothing calls this directly

Calls 2

debugOutputFunction · 0.85
StringViewClass · 0.50

Tested by

no test coverage detected