MCPcopy Create free account
hub / github.com/PHPantom-dev/phpantom_lsp / tsendInsideNestedBlocks

Method tsendInsideNestedBlocks

examples/demo.php:1767–1775  ·  view source on GitHub ↗

@return \Generator */

()

Source from the content-addressed store, hash-verified

1765
1766 /** @return \Generator<int, string, Pencil, void> */
1767 public function tsendInsideNestedBlocks(): \Generator
1768 {
1769 while (true) {
1770 if (true) {
1771 $pencil = yield 'waiting';
1772 $pencil->sketch(); // resolves inside nested blocks
1773 }
1774 }
1775 }
1776}
1777
1778

Callers

nothing calls this directly

Calls 1

sketchMethod · 0.80

Tested by

no test coverage detected