MCPcopy Create free account
hub / github.com/DISTRHO/DPF / fileRequestCallback

Method fileRequestCallback

distrho/src/DistrhoUIStub.cpp:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 }
118
119 static bool fileRequestCallback(void* const ptr, const char* const key)
120 {
121 return static_cast<UIStub*>(ptr)->fileRequest(key);
122 }
123};
124
125// --------------------------------------------------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

fileRequestMethod · 0.45

Tested by

no test coverage detected