MCPcopy Create free account
hub / github.com/LOLINTERNETZ/vscodeoffline / on_modified

Method on_modified

vscoffline/server.py:392–395  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

390 self.gallery = gallery
391
392 def on_modified(self, event):
393 if 'updated.json' in event.src_path:
394 log.info('Detected updated.json change, updating extension gallery')
395 self.gallery.update_state()
396
397
398if not os.path.exists(vsc.ARTIFACTS):

Callers

nothing calls this directly

Calls 1

update_stateMethod · 0.80

Tested by

no test coverage detected