| 24 | ServiceFS(); |
| 25 | |
| 26 | static ServiceFS* Instance(){ |
| 27 | assert(instance); |
| 28 | |
| 29 | return instance; |
| 30 | } |
| 31 | |
| 32 | long ResolveServiceName(FancyRefPtr<Service>& ref, const char* name); |
| 33 | FancyRefPtr<Service> CreateService(const char* name); |
nothing calls this directly
no outgoing calls
no test coverage detected