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

Function isValueRead

src/conddebug.cpp:155–158  ·  view source on GitHub ↗

Determines if a character is for value read

Source from the content-addressed store, hash-verified

153
154// Determines if a character is for value read
155static int isValueRead(char c)
156{
157 return c == 'R';
158}
159
160// Determines if a character is for value write
161static int isValueWrite(char c)

Callers 1

PrimitiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected