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

Method processValue

src/storage/free_space_manager.cpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112
113 template<typename T>
114 void processValue(T value) {
115 ser.write(value);
116 }
117
118 void processDebuggingInfo(const std::string& value) { ser.writeDebuggingInfo(value); }
119};

Callers 3

serializeInternalMethod · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected