MCPcopy Create free account
hub / github.com/idank/explainshell / affixon

Function affixon

explainshell/web/static/js/es.js:494–498  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

492}
493
494function affixon() {
495 return document
496 .getElementById('command-wrapper')
497 .classList.contains('affix');
498}
499
500// this is where the magic happens! we create a connecting line between each
501// <span> in the commandselector and its matching <pre> in helpselector.

Callers 2

navigationFunction · 0.85
drawFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected