MCPcopy Create free account
hub / github.com/agentic-labs/lsproxy / Comparable

Interface Comparable

sample_project/php/Comparable.php:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2namespace AStar;
3
4interface Comparable {
5 public function compareTo($other): int;
6}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected