MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / RawPut

Function RawPut

src/include/kernel_log.hpp:211–211  ·  view source on GitHub ↗

绕过队列直接输出至串口(用于 panic 路径)

Source from the content-addressed store, hash-verified

209
210/// 绕过队列直接输出至串口(用于 panic 路径)
211__always_inline auto RawPut(const char* msg) -> void { detail::PutStr(msg); }
212
213} // namespace klog

Callers 3

__assert_failFunction · 0.85
LockGuardMethod · 0.85
~LockGuardMethod · 0.85

Calls 1

PutStrFunction · 0.85

Tested by

no test coverage detected