MCPcopy 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

70const tethers = [];
71
72const position = () => {
73 tethers.forEach((tether) => {
74 tether.position(false);
75 });
76 flush();
77};
78
79function now() {
80 return performance.now();

Callers 1

tickFunction · 0.70

Calls 3

flushFunction · 0.90
isStringFunction · 0.90
positionMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…