1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-07 03:47:13 +01:00
Files
2022-12-06 03:29:24 -05:00

7 lines
341 B
Go

package ctxt
// TODO: the standard way to reduce context is to a fixed number of lines around changes.
// But it would be better to be more flexible, to try to match human needs.
// For example, if I deleted the first line of a function, I don't need three full lines of "before" context;
// it should truncate at the function declaration.