MCPcopy Create free account
hub / github.com/MJx0/KittyMemoryEx / WriteStr

Method WriteStr

KittyMemoryEx/KittyMemOp.cpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65bool IKittyMemOp::WriteStr(uintptr_t address, std::string str)
66{
67 size_t len = str.length() + 1; // extra for \0;
68 return Write(address, &str[0], len) == len;
69}
70
71/* =================== KittyMemSys =================== */
72

Callers 1

writeMemStrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected