MCPcopy Index your code
hub / github.com/python/mypy / commit

Method commit

mypy/metastore.py:256–259  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

254 self.dirty_shards.add(self._shard_index(name))
255
256 def commit(self) -> None:
257 for i in self.dirty_shards:
258 self.dbs[i].commit()
259 self.dirty_shards.clear()
260
261 def commit_path(self, name: str) -> None:
262 i = self._shard_index(name)

Callers

nothing calls this directly

Calls 2

commitMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected