MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / writeDebuggingInfo

Method writeDebuggingInfo

src/common/serializer/serializer.cpp:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15void Serializer::writeDebuggingInfo(const std::string& value) {
16#if defined(DESER_DEBUG) && (defined(RUNTIME_CHECKS) || !defined(NDEBUG))
17 serializeValue<std::string>(value);
18#endif
19 // DO NOTHING
20 UNUSED(value);
21}
22
23} // namespace common
24} // namespace lbug

Callers 15

serializeMethod · 0.80
writeMagicBytesFunction · 0.80
serializeMethod · 0.80
processDebuggingInfoMethod · 0.80
serializeMethod · 0.80
serializeMethod · 0.80
serializeMethod · 0.80
serializeMethod · 0.80
serializeMethod · 0.80
serializeMethod · 0.80
serializeMethod · 0.80
serializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected