Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
namespace AStar;
3
4
interface Comparable {
5
public function compareTo($other): int;
6
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected