MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / ServiceInstance

Method ServiceInstance

Tactility/Source/service/ServiceInstance.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace tt::service {
7
8ServiceInstance::ServiceInstance(std::shared_ptr<const ServiceManifest> manifest) :
9 manifest(manifest),
10 service(manifest->createService())
11{}
12
13const ServiceManifest& ServiceInstance::getManifest() const { return *manifest; }
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected