Content returns the embedded source snippet.
()
| 2436 | |
| 2437 | // Content returns the embedded source snippet. |
| 2438 | func (rel *RelativeSource) Content() string { |
| 2439 | return rel.localSrc.Content() |
| 2440 | } |
| 2441 | |
| 2442 | // OffsetLocation returns the absolute location given the relative offset, if found. |
| 2443 | func (rel *RelativeSource) OffsetLocation(offset int32) (common.Location, bool) { |