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

Method isSuccess

examples/demo.php:4532–4535  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4530 }
4531
4532 public function isSuccess(): bool
4533 {
4534 return $this->statusCode >= 200 && $this->statusCode < 300;
4535 }
4536}
4537
4538// ─── Generics (@template / @extends) ───────────────────────────────────────

Callers 2

demoMethod · 0.80
runDemoAssertionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected