Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/idank/explainshell
/ leftmost
Method
leftmost
explainshell/web/static/js/es.js:233–235 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
231
}
232
233
leftmost() {
234
return
this.group.links.find((l) => l.goingleft) ?? null;
235
}
236
237
rightmost() {
238
return
this.group.links.findLast((l) => !l.goingleft) ?? null;
Callers
1
drawgrouplines
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected