Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NanmiCoder/MediaCrawler
/ __init__
Method
__init__
store/xhs/_store_impl.py:123–124 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
121
122
class
XhsDbStoreImplement(AbstractStore):
123
def
__init__(self, **kwargs):
124
super().__init__(**kwargs)
125
126
async
def
store_content(self, content_item: Dict):
127
note_id = content_item.get(
"note_id"
)
Callers
5
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected