MCPcopy Index your code
hub / github.com/shipshapecode/tether / parseTopLeft

Function parseTopLeft

src/js/utils/offset.js:81–84  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

79}
80
81export function parseTopLeft(value) {
82 const [top, left] = value.split(' ');
83 return { top, left };
84}

Callers 2

offset.spec.jsFile · 0.90
setOptionsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…