MCPcopy Create free account
hub / github.com/alignoth/alignoth / ov

Function ov

resources/vega.min.js:14155–14162  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

14153 return t;
14154 }
14155 function ov(t) {
14156 return (
14157 "mark-" +
14158 t.marktype +
14159 (t.role ? " role-" + t.role : "") +
14160 (t.name ? " " + t.name : "")
14161 );
14162 }
14163 function av(t, e) {
14164 const n = e.getBoundingClientRect();
14165 return [

Callers 2

markMethod · 0.85
markMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected