Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/msgspec/msgspec
/ Get
Class
Get
examples/asyncio-kv/kv.py:37–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
# Define some request types. We set `tag=True` on each type so they can be used
36
# in a "tagged-union" defining the request types.
37
class
Get(msgspec.Struct, tag=True):
38
key: str
39
40
41
class
Put(msgspec.Struct, tag=True):
Callers
1
get
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected