Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mli/autocut
/ add
Method
add
autocut/utils.py:89–90 ·
view source on GitHub ↗
(self, line)
Source
from the content-addressed store, hash-verified
87
return
False
88
89
def
add(self, line):
90
self.lines.append(line)
91
92
def
add_task(self, mark, contents):
93
self.add(f
'- [{"x" if mark else " "}] {contents.strip()}'
)
Callers
5
write_md
Method · 0.95
_save_md
Method · 0.95
add_task
Method · 0.95
add_video
Method · 0.95
trans_srt_to_md
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected