MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / widgetName

Function widgetName

IPL/src/IPL_global.cpp:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69};
70
71const char *widgetName(IPLProcessWidgetType type)
72{
73 if (type < 0 || type >= IPL_NUM_WIDGETS)
74 return "UNKNOWN";
75 return widgetNames[type];
76}

Callers 1

serializePropertyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected