| 314 | } |
| 315 | |
| 316 | void fini() |
| 317 | { |
| 318 | method_repository->unregister_method("command/register-binding"); |
| 319 | method_repository->unregister_method("command/unregister-binding"); |
| 320 | method_repository->unregister_method("command/clear-bindings"); |
| 321 | clear_bindings(); |
| 322 | } |
| 323 | |
| 324 | wf::ipc::method_callback_full on_register_binding = |
| 325 | [&] (const wf::json_t& js, wf::ipc::client_interface_t *client) |
nothing calls this directly
no test coverage detected