Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/vscode-js-debug
/ iteratorFirst
Function
iteratorFirst
src/common/arrayUtils.ts:55–57 ·
view source on GitHub ↗
(it: IterableIterator<T>)
Source
from the content-addressed store, hash-verified
53
}
54
55
export
function
iteratorFirst<T>(it: IterableIterator<T>): T | undefined {
56
return
it.next().value;
57
}
Callers
4
tryGetCompiledFile
Method · 0.90
updateStatusBar
Method · 0.90
createReGroup
Function · 0.90
provideForSource
Method · 0.90
Calls
1
next
Method · 0.65
Tested by
no test coverage detected