MCPcopy Create free account
hub / github.com/nodejs/node / handle_context

Method handle_context

deps/v8/tools/testrunner/local/context.py:49–53  ·  view source on GitHub ↗
(self, options)

Source from the content-addressed store, hash-verified

47
48 @contextmanager
49 def handle_context(self, options):
50 log_path = options.log_system_memory
51 logger = PROCESS_LOGGER if log_path else EMPTY_PROCESS_LOGGER
52 with logger.log_system_memory(log_path):
53 yield
54
55
56class PosixContext(DesktopContext):

Callers 1

os_contextFunction · 0.45

Calls 1

log_system_memoryMethod · 0.45

Tested by

no test coverage detected