MCPcopy Index your code
hub / github.com/nodejs/node / CleanUp

Method CleanUp

deps/v8/tools/stats-viewer.py:132–135  ·  view source on GitHub ↗

Cleans up the memory mapped file if necessary.

(self)

Source from the content-addressed store, hash-verified

130 sys.exit(1)
131
132 def CleanUp(self):
133 """Cleans up the memory mapped file if necessary."""
134 if self.shared_mmap:
135 self.shared_mmap.close()
136
137 def UpdateCounters(self):
138 """Read the contents of the memory-mapped file and update the ui if

Callers 1

RunMethod · 0.95

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected