Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
81
export
function
parseTopLeft(value) {
82
const
[top, left] = value.split(
' '
);
83
return
{ top, left };
84
}
Callers
2
offset.spec.js
File · 0.90
setOptions
Method · 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…