MCPcopy Create free account
hub / github.com/dtmilano/AndroidViewClient / flipArrow

Function flipArrow

docs/_static/sidebar.js:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 if (typeof sidebar === "undefined") return;
38
39 const flipArrow = element => element.innerText = (element.innerText === "»") ? "«" : "»"
40
41 const collapse_sidebar = () => {
42 bodyWrapper.style.marginLeft = ".8em";

Callers 2

collapse_sidebarFunction · 0.85
expand_sidebarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected