Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/idank/explainshell
/ has_next
Method
has_next
explainshell/util.py:66–71 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
64
return
n
65
66
def
has_next(self):
67
try
:
68
self.peek()
69
return
True
70
except
StopIteration:
71
return
False
72
73
def
peek(self):
74
if
self._peeked:
Callers
1
explain_cmd
Function · 0.95
Calls
1
peek
Method · 0.95
Tested by
no test coverage detected