Gets the content of a specific line in the currently active file.
Default implementation returns empty string. Subclasses can override to return the line content from their context provider.
| cursor_pos |
The cursor position (line number as string) |
|
The line content, or empty string if not available |