MCPcopy Create free account
hub / github.com/crownengine/crown / write

Method write

3rdparty/bx/src/debug.cpp:241–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

debugOutputFunction · 0.85
StringViewClass · 0.50

Tested by

no test coverage detected