Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ if
Function
if
distrho/src/DistrhoPluginLV2export.cpp:247–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
245
}
246
#ifndef DISTRHO_OS_WINDOWS
247
else if (char* const cwd = ::getcwd(nullptr, 0))
248
{
249
bundlePath = cwd;
250
std::free(cwd);
251
}
252
#endif
253
d_nextBundlePath = bundlePath.buffer();
254
Callers
1
RtMidi.cpp
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected