MCPcopy Create free account
hub / github.com/clementgallet/libTAS / poke_value

Method poke_value

src/program/ramsearch/RamWatchDetailed.cpp:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101int RamWatchDetailed::poke_value(const char* str_value)
102{
103 MemValueType value = MemValue::from_string(str_value, value_type, hex);
104 return poke_value(value);
105}
106
107int RamWatchDetailed::poke_value(MemValueType value)
108{

Callers 2

slotPokeMethod · 0.80
setDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected