
##########
hasService
##########

.. js:function:: wvc.hasService

   .. rst-class:: sig-pretty-signature
   
      | hasService(**serviceName**\ : :js:data:`ServiceName <wvc.ServiceName>`\ ): *boolean*
   
   Checks if a service is registered in the service registry.
   
   **Parameters**
   
   
      **serviceName**\ : :js:data:`ServiceName <wvc.ServiceName>`
   
   
         The name of the service to check.
   
   
   
   **Returns**\ : *boolean*
   
   
   
   - True if the service is registered, false otherwise.
   
   




