MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / readUUIDText

Function readUUIDText

src/IO/ReadHelpers.h:770–773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

768}
769
770inline void readUUIDText(UUID & uuid, ReadBuffer & buf)
771{
772 readUUIDTextImpl<void>(uuid, buf);
773}
774
775inline bool tryReadUUIDText(UUID & uuid, ReadBuffer & buf)
776{

Callers 9

fetchSelectedPartMethod · 0.85
readTextFunction · 0.85
readQuotedFunction · 0.85
deserializeMethod · 0.85
insertStringFunction · 0.85
parseUUIDFunction · 0.85
readListFileFunction · 0.85
loadServerUUIDFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected