Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/shipshapecode/tether
/ position
Function
position
src/js/tether.js:72–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
const
tethers = [];
71
72
const
position = () => {
73
tethers.forEach((tether) => {
74
tether.position(false);
75
});
76
flush();
77
};
78
79
function
now() {
80
return
performance.now();
Callers
1
tick
Function · 0.70
Calls
3
flush
Function · 0.90
isString
Function · 0.90
position
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…