MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / Double

Method Double

include/sonic/dom/handler.h:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 }
122
123 sonic_force_inline bool Double(double val) noexcept {
124 SONIC_ADD_NODE();
125 new (&st_[np_ - 1]) NodeType(val);
126 return true;
127 }
128
129 sonic_force_inline bool Key(StringView s) { return stringImpl(s); }
130

Callers 1

parseNumberMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected