Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ DrawCables
Method
DrawCables
Source/PatchCableSource.cpp:250–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
}
249
250
void PatchCableSource::DrawCables(bool parentMinimized)
251
{
252
mDrawPass = DrawPass::kCables;
253
mParentMinimized = parentMinimized;
254
Draw();
255
}
256
257
void PatchCableSource::Render()
258
{
Callers
1
DrawPatchCables
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected