MCPcopy Create free account
hub / github.com/cwida/FastLanes / IntToStringHex

Function IntToStringHex

src/include/flatbuffers/util.h:195–208  ·  view source on GitHub ↗

Convert an integer value to a hexadecimal string. The returned string length is always xdigits long, prefixed by 0 digits. For example, IntToStringHex(0x23, 8) returns the string "00000023".

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

EscapeStringFunction · 0.85
BufferToHexTextFunction · 0.85

Calls 2

NumToStringImplWrapperFunction · 0.85
strMethod · 0.45

Tested by

no test coverage detected