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

Function GetVersionString

deps/v8/tools/grokdump.py:4135–4136  ·  view source on GitHub ↗
(ms, ls)

Source from the content-addressed store, hash-verified

4133KNOWN_MODULES = {'chrome.exe', 'chrome.dll'}
4134
4135def GetVersionString(ms, ls):
4136 return "%d.%d.%d.%d" % (ms >> 16, ms & 0xffff, ls >> 16, ls & 0xffff)
4137
4138
4139def GetModuleName(reader, module):

Callers 2

output_module_detailsMethod · 0.85
PrintModuleDetailsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected