MCPcopy
hub / github.com/mayneyao/eidos / t

Function t

packages/ext-server/src/js/tailwind-raw.js:24–29  ·  view source on GitHub ↗
({ line: l, column: s })

Source from the content-addressed store, hash-verified

22 return { line: s + 1, column: m }
23 }
24 function t({ line: l, column: s }) {
25 ;((l -= 1), (l = Math.min(Math.max(l, 0), r.length - 1)))
26 let a = r[l],
27 m = r[l + 1] ?? a
28 return Math.min(Math.max(a + s, 0), m)
29 }
30 return { find: o, findOffset: t }
31 }
32 var ze = 92,

Callers 15

_performSyncMethod · 0.85
suggestMethod · 0.85
DrFunction · 0.85
keFunction · 0.85
atFunction · 0.85
sFunction · 0.85
VoFunction · 0.85
handleCopyCodeFunction · 0.85
TableSelectorFunction · 0.85
NavigationControlsFunction · 0.85
handleCloneSpaceFunction · 0.85
renderWizardContentFunction · 0.85

Calls 5

hFunction · 0.85
iFunction · 0.85
DFunction · 0.85
staticMethod · 0.80
joinMethod · 0.80

Tested by

no test coverage detected