MCPcopy Create free account
hub / github.com/Atmosphere-NX/Atmosphere / SendText

Function SendText

libraries/libexosphere/source/log/log_api.cpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102
103
104 void SendText(const void *text, size_t size) {
105 if (g_initialized_uart) {
106 uart::SendText(g_log_port, text, size);
107 }
108 }
109
110 void Flush() {
111 if (g_initialized_uart) {

Callers 3

VPrintfFunction · 0.70
SetupLogForBootFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected