Content returns the embedded source snippet.
()
| 2679 | |
| 2680 | // Content returns the embedded source snippet. |
| 2681 | func (rel *RelativeSource) Content() string { |
| 2682 | return rel.localSrc.Content() |
| 2683 | } |
| 2684 | |
| 2685 | // OffsetLocation returns the absolute location given the relative offset, if found. |
| 2686 | func (rel *RelativeSource) OffsetLocation(offset int32) (common.Location, bool) { |