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

Method fromString

src/utils/guid.cpp:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17FCEU_Guid FCEU_Guid::fromString(std::string str)
18{
19 FCEU_Guid ret;
20 ret.scan(str);
21 return ret;
22}
23
24uint8 FCEU_Guid::hexToByte(char** ptrptr)
25{

Callers 9

QHexEditMethod · 0.80
FamilyKeyboardWidgetMethod · 0.80
ConsoleDebuggerMethod · 0.80
buildCpuListDisplayMethod · 0.80
QAsmViewMethod · 0.80
DebuggerStackDisplayMethod · 0.80
BOOKMARKSMethod · 0.80
BRANCHESMethod · 0.80
QPianoRollMethod · 0.80

Calls 1

scanMethod · 0.80

Tested by

no test coverage detected