MCPcopy Create free account
hub / github.com/benkuper/Chataigne / getWorkspacePrefix

Method getWorkspacePrefix

Source/Module/modules/osc/qlab/QLabModule.cpp:176–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176String QLabModule::getWorkspacePrefix() const
177{
178 String wid = workspaceID->stringValue();
179 return wid.isEmpty() ? "" : "/workspace/" + wid;
180}
181
182String QLabModule::getAddressForRoutedValue(Controllable* c, OSCRouteParams* op)
183{

Callers 1

Calls 1

isEmptyMethod · 0.80

Tested by

no test coverage detected