MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / close_input

Method close_input

tests/test_daemon_smoke.py:423–428  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

421 return request_id in self.responses
422
423 def close_input(self):
424 if self.process.stdin is not None and not self.process.stdin.closed:
425 try:
426 self.process.stdin.close()
427 except OSError:
428 pass
429
430 def wait(self, timeout):
431 return self.process.wait(timeout=timeout)

Callers 2

cleanupMethod · 0.95
mainFunction · 0.95

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected