Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbunt1tled/python-fast-api
/ OrderBy
Class
OrderBy
src/core/db/repository.py:72–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
71
@dataclass
72
class
OrderBy:
73
field: str
74
desc: bool = False
75
76
77
@dataclass
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected