MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / join

Method join

src/deferred_init.py:53–55  ·  view source on GitHub ↗
(self, timeout: float | None = 5.0)

Source from the content-addressed store, hash-verified

51 thread: threading.Thread | None = None
52
53 def join(self, timeout: float | None = 5.0) -> None:
54 if self.thread is not None:
55 self.thread.join(timeout=timeout)
56
57
58def _system_context_allowed() -> bool:

Callers 15

renderFullFrameMethod · 0.80
parseToSpansFunction · 0.80
applyStylesToWrappedTextFunction · 0.80
wrapWithSoftWrapFunction · 0.80
renderNodeToOutputFunction · 0.80
getSelectedTextFunction · 0.80
trimSoftWrapBoundariesFunction · 0.80
reorderBidiFunction · 0.80
scanElementSubtreeMethod · 0.80
ink-resize.test.tsFile · 0.80

Calls

no outgoing calls

Tested by 15

stdoutOnlyFunction · 0.64
textContentFunction · 0.64
textContentFunction · 0.64
printedFunction · 0.64
_summary_textFunction · 0.64
git_repoFunction · 0.64
test_modified_fileMethod · 0.64
test_new_fileMethod · 0.64
test_with_changesMethod · 0.64