MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / getDestinationFromString

Method getDestinationFromString

src/osvr/Common/RouteContainer.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 std::string
136 RouteContainer::getDestinationFromString(std::string const &route) {
137 return getDestinationFromJson(parseRoutingDirective(route));
138 }
139 std::string RouteContainer::getSourceFromString(std::string const &route) {
140 return getSourceFromJson(parseRoutingDirective(route));
141 }

Callers

nothing calls this directly

Calls 2

getDestinationFromJsonFunction · 0.85
parseRoutingDirectiveFunction · 0.85

Tested by

no test coverage detected