()
| 167 | } |
| 168 | |
| 169 | func (router *WshRouter) IsRootRouter() bool { |
| 170 | router.lock.Lock() |
| 171 | defer router.lock.Unlock() |
| 172 | return router.isRootRouter |
| 173 | } |
| 174 | |
| 175 | func (router *WshRouter) GetControlRpc() *WshRpc { |
| 176 | return router.controlRpc |
no outgoing calls
no test coverage detected