MCPcopy Create free account
hub / github.com/comaps/comaps / operator()

Method operator()

libs/coding/serdes_binary_header.hpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 HeaderSerVisitor(Sink & sink) : m_sink(sink) {}
29
30 void operator()(uint64_t v, char const * /* name */ = nullptr) { WriteToSink(m_sink, v); }
31
32 template <typename R>
33 void operator()(R & r, char const * /* name */ = nullptr)

Callers

nothing calls this directly

Calls 2

WriteToSinkFunction · 0.85
VisitMethod · 0.45

Tested by

no test coverage detected