Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/SirVer/ultisnips
/ _update
Method
_update
pythonx/UltiSnips/text_objects/viml_code.py:16–18 ·
view source on GitHub ↗
(self, done, buf)
Source
from the content-addressed store, hash-verified
14
super().__init__(parent, token.start, token.end, token.initial_text)
15
16
def
_update(self, done, buf):
17
self.overwrite(buf, vim_helper.eval(self._code))
18
return
True
Callers
nothing calls this directly
Calls
1
overwrite
Method · 0.80
Tested by
no test coverage detected