MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / _is_long_doc

Function _is_long_doc

openkb/cli.py:246–247  ·  view source on GitHub ↗
(meta: dict)

Source from the content-addressed store, hash-verified

244
245
246def _is_long_doc(meta: dict) -> bool:
247 return meta.get("type") in _LONG_DOC_TYPES
248
249
250_SHORT_DOC_TYPES = {

Callers 3

_classifyFunction · 0.85
recompileFunction · 0.85

Calls 1

getMethod · 0.45