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

Method mapUsers

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

@param \Closure(User): string $fn */

(\Closure $fn)

Source from the content-addressed store, hash-verified

3032
3033 /** @param \Closure(User): string $fn */
3034 public function mapUsers(\Closure $fn): array { return []; }
3035
3036 /** @param callable(int, int): int $fn */
3037 public function reduce(callable $fn): int { return 0; }

Callers 1

demoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected