Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/sonic-cpp
/ Null
Method
Null
include/sonic/dom/handler.h:99–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
} while (0)
98
99
sonic_force_inline bool Null() noexcept {
100
SONIC_ADD_NODE();
101
new (&st_[np_ - 1]) NodeType(kNull);
102
return true;
103
}
104
105
sonic_force_inline bool Bool(bool val) noexcept {
106
SONIC_ADD_NODE();
Callers
1
parseNull
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected