MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / treeView

Method treeView

src/plugins/project/mainframe/projectkeeper.cpp:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26ProjectTree *ProjectKeeper::treeView()
27{
28 if (!tree)
29 tree = new ProjectTree();
30 return tree;
31}
32
33
34

Callers 12

startMethod · 0.45
addAutoFocusSwitcherMethod · 0.45
addProjectPropertyMethod · 0.45
initProjectMethod · 0.45
registerVariablesMethod · 0.45
pluginsStartedMainMethod · 0.45
processExpandAllEventMethod · 0.45
processFoldAllEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected