Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ycm-core/YouCompleteMe
/ Reset
Method
Reset
python/ycm/hierarchy_tree.py:95–98 ·
view source on GitHub ↗
( self )
Source
from the content-addressed store, hash-verified
93
94
95
def
Reset( self ):
96
self._down_nodes = []
97
self._up_nodes = []
98
self._kind =
''
99
100
101
def
_HierarchyToLinesHelper( self, refs, use_down_nodes ):
Callers
3
UpdateCurrentHierarchy
Method · 0.45
ResetCurrentHierarchy
Method · 0.45
ClearSignatureHelp
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected