MCPcopy Create free account
hub / github.com/cxcscmu/Craw4LLM / get_compare_key

Method get_compare_key

corpus_interface.py:26–27  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

24
25 @classmethod
26 def get_compare_key(cls) -> str | None:
27 return cls._compare_key
28
29 def __lt__(self, other) -> bool:
30 if self._compare_key is None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected