MCPcopy Create free account
hub / github.com/apache/cloudberry / DtxProtocolCommandToString

Function DtxProtocolCommandToString

src/backend/cdb/cdbtmutils.c:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105const char *
106DtxProtocolCommandToString(DtxProtocolCommand command)
107{
108 return GetCommandTagName(command);
109}
110
111const char *
112DtxContextToString(DtxContext context)

Callers 3

Calls 1

GetCommandTagNameFunction · 0.85

Tested by

no test coverage detected