MCPcopy Index your code
hub / github.com/kpdecker/jsdiff / HeaderOptions

Interface HeaderOptions

src/patch/create.ts:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75type StructuredPatchCallbackNonabortable = (patch: StructuredPatch) => void;
76
77export interface HeaderOptions {
78 includeIndex: boolean;
79 includeUnderline: boolean;
80 includeFileHeaders: boolean;
81}
82
83export const INCLUDE_HEADERS = {
84 includeIndex: true,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected