| 36 | post(entry.post) {} |
| 37 | |
| 38 | std::string DebugString() const { |
| 39 | return std::format("{} -> hash=0x{:08X} fencepost=0x{:08X} argc={}", |
| 40 | name, funcHash, fencepost, argc); |
| 41 | } |
| 42 | }; |
| 43 | std::vector<ResolvedHandler> g_Handlers; |
| 44 |
nothing calls this directly
no outgoing calls
no test coverage detected