Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
FCEU_Guid FCEU_Guid::fromString(std::string str)
18
{
19
FCEU_Guid ret;
20
ret.scan(str);
21
return ret;
22
}
23
24
uint8 FCEU_Guid::hexToByte(char** ptrptr)
25
{
Callers
9
QHexEdit
Method · 0.80
FamilyKeyboardWidget
Method · 0.80
ConsoleDebugger
Method · 0.80
buildCpuListDisplay
Method · 0.80
QAsmView
Method · 0.80
DebuggerStackDisplay
Method · 0.80
BOOKMARKS
Method · 0.80
BRANCHES
Method · 0.80
QPianoRoll
Method · 0.80
Calls
1
scan
Method · 0.80
Tested by
no test coverage detected