Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/msgspec/msgspec
/ Test1
Class
Test1
tests/unit/test_convert.py:2053–2056 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2051
)
2052
2053
class
Test1(Struct, tag=tag1):
2054
a: int
2055
b: int
2056
c: int = 0
2057
2058
class
Test2(Struct, tag=tag2):
2059
x: int
Callers
3
test_struct_union
Method · 0.70
test_struct_array_union
Method · 0.70
test_generic_struct_union
Method · 0.70
Calls
no outgoing calls
Tested by
3
test_struct_union
Method · 0.56
test_struct_array_union
Method · 0.56
test_generic_struct_union
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…