Kind: Function
Extract source code lines from a file (1-indexed, inclusive).
Signature
tsfunction extractSourceCode(fileCache: FileCache, absolutePath: string, startLine: number, endLine: number): string | undefined
Parameters
| Name | Type |
|---|---|
fileCache | FileCache |
absolutePath | string |
startLine | number |
endLine | number |
Returns: string | undefined
Was this page helpful?