Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccagml/leetcode-extension
/ get
Method
get
resources/debug/entry/cpp/problems/common.cpp:213–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
}
212
213
int MountainArray::get(int index)
214
{
215
if (index >= this->value.size())
216
{
217
return -1;
218
}
219
return this->value[index];
220
}
221
222
int MountainArray::length()
223
{
Callers
15
getFidInfo
Method · 0.45
promptHintMessage
Function · 0.45
genFileExt
Function · 0.45
isHideSolvedProblem
Function · 0.45
isHideScoreProblem
Function · 0.45
getPickOneByRankRangeMin
Function · 0.45
getPickOneByRankRangeMax
Function · 0.45
getWorkspaceFolder
Function · 0.45
getWorkspaceFolderList
Function · 0.45
getEditorShortcuts
Function · 0.45
isStarShortcut
Function · 0.45
isUseEndpointTranslation
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected