MCPcopy Index your code
hub / github.com/nodejs/node / hex

Function hex

deps/v8/tools/windbg.js:130–132  ·  view source on GitHub ↗
(number)

Source from the content-addressed store, hash-verified

128}
129
130function hex(number) {
131 return `0x${number.toString(16)}`;
132}
133
134/*=============================================================================
135 Utils (postmortem and live)

Callers 13

bitwise_andFunction · 0.70
print_object_prevFunction · 0.70
print_object_nextFunction · 0.70
print_objects_in_rangeFunction · 0.70
print_objects_treeFunction · 0.70
implFunction · 0.70
print_memory_chunk_listFunction · 0.70
print_owning_spaceFunction · 0.70
print_handles_dataFunction · 0.70
pad_rightFunction · 0.70
dpFunction · 0.70
print_remembered_setFunction · 0.70

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected