MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / write

Method write

modules/core/core/src/core/log/log_sink.cpp:354–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352 ~CFILE() SKR_NOEXCEPT { flush(); fclose(fp); }
353
354 void write(const skr::StringView content)
355 {
356 SkrZoneScopedN("CFILE::write");
357 fwrite(content.raw().data(), sizeof(char8_t), content.size(), fp);
358 }
359
360 void flush() SKR_NOEXCEPT
361 {

Callers 13

sinkMethod · 0.45
imguir_render_draw_dataFunction · 0.45
executeMethod · 0.45
executeMethod · 0.45
_renderMethod · 0.45
receiver_mainFunction · 0.45
provider_mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
writeFunction · 0.45
executeMethod · 0.45
executeMethod · 0.45

Calls 3

dataMethod · 0.45
rawMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected