Skip to main content

get_service

Function get_service 

Source
pub fn get_service(
    service_name: &str,
    services: &ServiceCache,
) -> Option<Service>
Expand description

Getter for a Service from the shared ServiceCache, with no DB access (a None entry means a prior lookup found no such service).