Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zoo-Code-Org/Zoo-Code
/ getText
Method
getText
packages/vscode-shim/src/interfaces/document.ts:21–21 ·
view source on GitHub ↗
(range?: Range)
Source
from the content-addressed store, hash-verified
19
isClosed: boolean
20
lineCount: number
21
getText(range?: Range): string
22
lineAt(line: number): TextLine
23
offsetAt(position: Position): number
24
positionAt(offset: number): Position
Callers
5
WorkspaceAPI.test.ts
File · 0.65
saveChanges
Method · 0.65
revertChanges
Method · 0.65
findFirstDiffLine
Method · 0.65
getEffectiveRange
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected