Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ writeUUID
Method
writeUUID
lib/cpp/src/thrift/protocol/TJSONProtocol.cpp:719–721 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
717
}
718
719
uint32_t TJSONProtocol::writeUUID(const TUuid& uuid) {
720
return writeJSONString(to_string(uuid));
721
}
722
723
/**
724
* Reading functions
Callers
3
write
Method · 0.45
writeUUID_virt
Method · 0.45
writeUUID_virt
Method · 0.45
Calls
1
to_string
Function · 0.50
Tested by
1
write
Method · 0.36