MCPcopy Create free account
hub / github.com/NatronGitHub/openfx-misc / pluginMainNth

Function pluginMainNth

DebugProxy/DebugProxy.cpp:1647–1654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1645
1646template<int nth>
1647static OfxStatus
1648pluginMainNth(const char *action,
1649 const void *handle,
1650 OfxPropertySetHandle inArgs,
1651 OfxPropertySetHandle outArgs)
1652{
1653 return pluginMain(nth, action, handle, inArgs, outArgs);
1654}
1655
1656#define NTHFUNC(nth) \
1657case nth: \

Callers

nothing calls this directly

Calls 1

pluginMainFunction · 0.85

Tested by

no test coverage detected