Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dobin/SuperMega
/ reset
Method
reset
observer.py:20–24 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
18
19
20
def
reset(self):
21
self.cmd_output = []
22
self.logs = []
23
self.files = []
24
self.idx = 0
25
26
27
def
add_cmd_output(self, cmd_output):
Callers
1
start
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected