* Returns a DAP representation of the source.
()
| 247 | * Returns a DAP representation of the source. |
| 248 | */ |
| 249 | async toDap(): Promise<Dap.Source> { |
| 250 | return this.toDapShallow(); |
| 251 | } |
| 252 | |
| 253 | /** |
| 254 | * Returns a DAP representation without including any nested sources. |
no test coverage detected