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

Method tap

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

* @param callable($this): void $callback * @return $this */

(callable $callback)

Source from the content-addressed store, hash-verified

4094 * @return $this
4095 */
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; }

Callers 1

demoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected