MCPcopy
hub / github.com/vercel/next.js / or

Function or

packages/next/src/compiled/@vercel/og/index.edge.js:15685–15687  ·  view source on GitHub ↗
(e, t, n, r)

Source from the content-addressed store, hash-verified

15683 return { line: e[C.FIELDS.END_LINE], column: e[C.FIELDS.END_COL] };
15684 }
15685 function or(e, t, n, r) {
15686 return { start: { line: e, column: t }, end: { line: n, column: r } };
15687 }
15688 function _r(e) {
15689 return or(e[C.FIELDS.START_LINE], e[C.FIELDS.START_COL], e[C.FIELDS.END_LINE], e[C.FIELDS.END_COL]);
15690 }

Callers 3

_rFunction · 0.70
osFunction · 0.70
index.edge.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected