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

Method signal_updated

vscoffline/sync.py:360–366  ·  view source on GitHub ↗
(artifactdir)

Source from the content-addressed store, hash-verified

358
359 @staticmethod
360 def signal_updated(artifactdir):
361 signalpath = os.path.join(artifactdir, 'updated.json')
362 result = {
363 'updated': datetime.datetime.utcnow()
364 }
365 with open(signalpath, 'w') as outfile:
366 json.dump(result, outfile, cls=vsc.MagicJsonEncoder, indent=4)
367
368
369class VSCMarketplace(object):

Callers 1

sync.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected