(server, handler)
| 146 | shutdown1PEventLogging, |
| 147 | logForDebugging, |
| 148 | registerPermissionHandler(server, handler) { |
| 149 | server.setNotificationHandler(ChannelPermissionRequestNotificationSchema(), async notification => |
| 150 | handler(notification.params), |
| 151 | ); |
| 152 | }, |
| 153 | }, |
| 154 | MACRO.VERSION, |
| 155 | ); |
nothing calls this directly
no test coverage detected