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

Function draw

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

Source from the content-addressed store, hash-verified

1166}
1167
1168function draw() {
1169 if (affixon()) drawvisible();
1170 else {
1171 drawgrouplines(currentgroup.commandselector);
1172 }
1173}
1174
1175function setTheme(theme) {
1176 log('setting theme to', theme);

Callers

nothing calls this directly

Calls 3

affixonFunction · 0.85
drawvisibleFunction · 0.85
drawgrouplinesFunction · 0.85

Tested by

no test coverage detected