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

Method map

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

* @return ($signature is "foo" ? Pen : Marker) */

(string $signature, mixed $source)

Source from the content-addressed store, hash-verified

3616 * @return ($signature is "foo" ? Pen : Marker)
3617 */
3618 public function map(string $signature, mixed $source): Pen|Marker
3619 {
3620 return new Pen();
3621 }
3622}
3623
3624// ┃ Everything below exists to support the demos above. ┃

Callers 15

mainFunction · 0.45
resolveTypeMethod · 0.45
transformStaticTypeMethod · 0.45
exactInstantiationMethod · 0.45
is_executableFunction · 0.45
parse_phpcs_jsonFunction · 0.45
is_executableFunction · 0.45
build_regionsFunction · 0.45
global_config_pathFunction · 0.45
make_subsFunction · 0.45
build_class_detailFunction · 0.45

Calls

no outgoing calls