Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mli/autocut
/ done_editing
Method
done_editing
autocut/utils.py:83–87 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
81
return
ret
82
83
def
done_editing(self):
84
for
m, t in self.tasks():
85
if
m and self.EDIT_DONE_MAKR in t:
86
return
True
87
return
False
88
89
def
add(self, line):
90
self.lines.append(line)
Callers
4
write_md
Method · 0.95
run
Method · 0.95
run
Method · 0.95
_iter
Method · 0.95
Calls
1
tasks
Method · 0.95
Tested by
no test coverage detected