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

Function _r

packages/next/src/compiled/@vercel/og/index.edge.js:15688–15690  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

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 }
15691 function os(e, t) {
15692 if (e)
15693 return or(e[C.FIELDS.START_LINE], e[C.FIELDS.START_COL], t[C.FIELDS.END_LINE], t[C.FIELDS.END_COL]);

Callers 5

EtFunction · 0.85
cloneBufferFunction · 0.85
index.edge.jsFile · 0.85
cloneBufferFunction · 0.85
EtFunction · 0.85

Calls 1

orFunction · 0.70

Tested by

no test coverage detected