Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ isMasterNote
Function
isMasterNote
include/NotePlayHandle.h:197–200 ·
view source on GitHub ↗
! Returns whether note has children */
Source
from the content-addressed store, hash-verified
195
196
/*! Returns whether note has children */
197
bool isMasterNote() const
198
{
199
return m_subNotes.size() > 0 || m_hadChildren;
200
}
201
202
void setMasterNote()
203
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected