MCPcopy Create free account
hub / github.com/TASEmulators/fceux / toString

Method toString

src/utils/guid.cpp:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9std::string FCEU_Guid::toString()
10{
11 char buf[37];
12 sprintf(buf,"%08X-%04X-%04X-%04X-%02X%02X%02X%02X%02X%02X",
13 FCEU_de32lsb(data),FCEU_de16lsb(data+4),FCEU_de16lsb(data+6),FCEU_de16lsb(data+8),data[10],data[11],data[12],data[13],data[14],data[15]);
14 return std::string(buf);
15}
16
17FCEU_Guid FCEU_Guid::fromString(std::string str)
18{

Callers 15

dumpMethod · 0.80
FCEUMOV_ReadStateFunction · 0.80
changeFontRequestMethod · 0.80
openFontDialogMethod · 0.80
loadDisplayViewsMethod · 0.80
changeAsmFontCBMethod · 0.80
changeStackFontCBMethod · 0.80
changeCpuFontCBMethod · 0.80
readConfigMethod · 0.80
setActionMethod · 0.80
getStringMethod · 0.80
aviRecordOpenFileFunction · 0.80

Calls 2

FCEU_de32lsbFunction · 0.85
FCEU_de16lsbFunction · 0.85

Tested by

no test coverage detected