Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alibaba/freeline
/ save
Method
save
freeline_core/cursor.py:15–17 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
13
self._stream.write(s)
14
15
def
save(self):
16
self.write(self.term.save)
17
self._saved = True
18
19
def
restore(self):
20
if
self._saved:
Callers
1
clear_space
Method · 0.80
Calls
1
write
Method · 0.95
Tested by
no test coverage detected