- Queries
- All Atoms
- Search
- Advanced Search
Diviner All Atoms
All Atoms
All Atoms
- Get a map of lines on which hunks start, other than line 1. This datastructure is used to determine when to render "Context not available." in diffs with multiple hunks.
- Method
- Method
- Method
- Method
- Method
- Datastructure which follows lines of code across source changes.
- Class
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Build a derived map which maps deleted lines to the nearest valid line.
- Method
- Map a line across a change, or a series of changes.
- Method
- Add a map to the end of the chain.
- Method
- Method
- Method
- Get the raw adjustment map.
- Method
- Method
- Method
- Method
- Method
- Method
- Build maps from lines comments appear on to actual lines.
- Method
- Method
- Render "modified coverage" information; test coverage on modified lines. This synthesizes diff information with unit test information into a useful indicator of how well tested a change is.
- Method
- Parse the 'range' specification that this class and the client-side JS emit to indicate that a user clicked "Show more..." on a diff. Generally, use is something like this:
- Method
- Determine if a comment will appear on the right side of the display diff. Note that the comment must appear somewhere on the rendered changeset, as per isCommentVisibleOnRenderedDiff().
- Method
- Determine if an inline comment will appear on the rendered diff, taking into consideration which halves of which changesets will actually be shown.
- Method
- This function calculates a lot of stuff we need to know to display the diff:
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Set a key for identifying this changeset in the render cache. If set, the parser will attempt to use the changeset render cache, which can improve performance for frequently-viewed changesets.
- Method
- Method
- Method
- See setRightSideCommentMapping(), but this sets information for the left side of the display diff.
- Method
- Configure which Changeset comments added to the right side of the visible diff will be attached to. The ID must be the ID of a real Differential Changeset.
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method