Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ getNameValue
Method
getNameValue
JUCE/extras/Projucer/Source/Project/jucer_Project.cpp:1742–1745 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1740
}
1741
1742
Value Project::Item::getNameValue()
1743
{
1744
return state.getPropertyAsValue (Ids::name, getUndoManager());
1745
}
1746
1747
String Project::Item::getName() const
1748
{
Callers
5
updateTitleDependencies
Method · 0.80
createGroup
Method · 0.80
addFileUnchecked
Method · 0.80
addRelativeFile
Method · 0.80
setName
Method · 0.80
Calls
2
getUndoManager
Function · 0.70
getPropertyAsValue
Method · 0.45
Tested by
no test coverage detected