MCPcopy Create free account
hub / github.com/commial/ttd-bindings / Snapshot

Class Snapshot

example_diff/main.cpp:53–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52
53struct Snapshot {
54
55 std::vector<TTD::GuestAddress> func_stack;
56 std::vector<TTD::GuestAddress> ret_stack;
57 std::vector<TTD::GuestAddress> func_stack2;
58 std::vector<TTD::GuestAddress> ret_stack2;
59 TTD::Position cur;
60 TTD::Position cur2;
61};
62struct Snapshot g_snapshot;
63
64void takeSnapshot(TTD::Cursor* cursor, TTD::Cursor* cursor2) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected