Content returns the embedded source snippet.
()
| 2418 | |
| 2419 | // Content returns the embedded source snippet. |
| 2420 | func (rel *RelativeSource) Content() string { |
| 2421 | return rel.localSrc.Content() |
| 2422 | } |
| 2423 | |
| 2424 | // OffsetLocation returns the absolute location given the relative offset, if found. |
| 2425 | func (rel *RelativeSource) OffsetLocation(offset int32) (common.Location, bool) { |