Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/canarybyte/veridrop
/ FAQEntry
Class
FAQEntry
web/faq_data.py:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
25
@dataclass(frozen=True)
26
class
FAQEntry:
27
id: str
28
q: str
29
a: str
30
31
32
@dataclass(frozen=True)
Callers
1
faq_data.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected