MCPcopy
hub / github.com/AstrBotDevs/AstrBot / get

Method get

astrbot/api/web.py:27–27  ·  view source on GitHub ↗
(self, key: str)

Source from the content-addressed store, hash-verified

25
26 @overload
27 def get(self, key: str) -> ValueT | None: ...
28
29 @overload
30 def get(self, key: str, default: DefaultT) -> ValueT | DefaultT: ...

Callers 15

__getitem__Method · 0.95
__init__Method · 0.45
_get_currentMethod · 0.45
_get_lockMethod · 0.45
cfgMethod · 0.45
remove_sessionMethod · 0.45
on_req_llmMethod · 0.45
handle_empty_mentionMethod · 0.45
providerMethod · 0.45
_query_astrbot_noticeMethod · 0.45
walkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected