MCPcopy
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_mdMethod · 0.95
_save_mdMethod · 0.95
add_taskMethod · 0.95
add_videoMethod · 0.95
trans_srt_to_mdFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected