| 61 | }; |
| 62 | |
| 63 | static inline uint64_t binding_to_id(const ipc_binding_t& binding) |
| 64 | { |
| 65 | return (std::uintptr_t)(&binding.callback); |
| 66 | } |
| 67 | |
| 68 | std::list<ipc_binding_t> ipc_bindings; |
| 69 | using command_callback = std::function<bool ()>; |
nothing calls this directly
no outgoing calls
no test coverage detected