Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_fail
Function · 0.85
LockGuard
Method · 0.85
~LockGuard
Method · 0.85
Calls
1
PutStr
Function · 0.85
Tested by
no test coverage detected