Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
246
def
_is_long_doc(meta: dict) -> bool:
247
return
meta.get(
"type"
) in _LONG_DOC_TYPES
248
249
250
_SHORT_DOC_TYPES = {
Callers
3
test_is_long_doc_and_display_type_cover_cloud
Function · 0.90
_classify
Function · 0.85
recompile
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
1
test_is_long_doc_and_display_type_cover_cloud
Function · 0.72