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

Function os

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

Source from the content-addressed store, hash-verified

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]);
15694 }
15695 function Tr(e, t) {
15696 var n = e[t];
15697 if (typeof n == "string")

Callers 2

eFunction · 0.70
index.edge.jsFile · 0.70

Calls 1

orFunction · 0.70

Tested by

no test coverage detected