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

Method send

examples/demo.php:4098–4098  ·  view source on GitHub ↗
(mixed $data)

Source from the content-addressed store, hash-verified

4096 public function tap(callable $callback): static { return $this; }
4097
4098 public function send(mixed $data): static { return $this; }
4099 public function through(array $pipes): static { return $this; }
4100}
4101

Callers 2

demoMethod · 0.80
runDemoAssertionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected