MCPcopy
hub / github.com/MinishLab/semble / ContentType

Class ContentType

src/semble/types.py:20–25  ·  view source on GitHub ↗

Content type for indexing and search pipeline selection.

Source from the content-addressed store, hash-verified

18
19
20class ContentType(str, Enum):
21 """Content type for indexing and search pipeline selection."""
22
23 CODE = "code"
24 DOCS = "docs"
25 CONFIG = "config"
26
27
28@dataclass(frozen=True, slots=True)

Callers 3

_resolve_contentFunction · 0.90
_metadata_matchesFunction · 0.90
load_from_diskMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected