| 37 | } |
| 38 | |
| 39 | static lay::Dispatcher *dispatcher_instance () |
| 40 | { |
| 41 | return lay::Dispatcher::instance (); |
| 42 | } |
| 43 | |
| 44 | static tl::Variant get_config (lay::Dispatcher *dispatcher, const std::string &name, const tl::Variant &default_value) |
| 45 | { |
nothing calls this directly
no test coverage detected