Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreproject-moe/coreproject
/ functions
Functions
231 in github.com/coreproject-moe/coreproject
⨍
Functions
231
◇
Types & classes
235
↳
Endpoints
48
↓ 19 callers
Function
cn
(...inputs: ClassValue[])
tracker/frontend/src/lib/utils.ts:4
↓ 18 callers
Function
to_uint32
(value: int)
tracker/backend/coreproject_tracker/functions/bytes.py:6
↓ 13 callers
Function
get_redis
get the shared redis connection :raises RedisNotInitialized: if redis has not been initialized
tracker/backend/coreproject_tracker/singletons/redis.py:65
↓ 6 callers
Function
_ns_key
(namespace: REDIS_NAMESPACE_ENUM, key: str)
tracker/backend/coreproject_tracker/functions/redis.py:11
↓ 6 callers
Function
from_uint32
(data: bytes)
tracker/backend/coreproject_tracker/functions/bytes.py:14
↓ 5 callers
Function
_ns_key_z
(namespace: REDIS_NAMESPACE_ENUM, key: str)
tracker/backend/coreproject_tracker/functions/redis.py:15
↓ 5 callers
Function
hdel
( hash_key: str, field_name: str, namespace: REDIS_NAMESPACE_ENUM, )
tracker/backend/coreproject_tracker/functions/redis.py:74
↓ 5 callers
Function
hmget
( hash_key: str, fields: list[str], namespace: REDIS_NAMESPACE_ENUM, )
tracker/backend/coreproject_tracker/functions/redis.py:60
↓ 5 callers
Method
save
(self, *args: Any, **kwargs: Any)
backend/django_core/apps/user/models.py:78
↓ 5 callers
Function
zrandmember
( hash_key: str, numwant: int, namespace: REDIS_NAMESPACE_ENUM, )
tracker/backend/coreproject_tracker/functions/redis.py:140
↓ 4 callers
Function
format_kokoro_color
(input: str)
backend/django_core/utilities/format.py:22
↓ 4 callers
Function
from_uint64
(data: bytes)
tracker/backend/coreproject_tracker/functions/bytes.py:18
↓ 3 callers
Function
check_rate_limit
(ip: str)
tracker/backend/coreproject_tracker/validators/rate_limit.py:7
↓ 3 callers
Method
close_redis
(self)
tracker/backend/coreproject_tracker/singletons/redis.py:48
↓ 3 callers
Function
convert_str_to_ip_object
( ip: str, )
tracker/backend/coreproject_tracker/functions/ip.py:7
↓ 3 callers
Method
create_user
Create and save a User with the given email and password.
backend/django_core/apps/user/managers.py:18
↓ 3 callers
Function
get_ip
()
tracker/backend/coreproject_tracker/servers/http.py:33
↓ 3 callers
Function
hex_str_to_bin_str
(hex_str: str)
tracker/backend/coreproject_tracker/functions/convertion.py:5
↓ 3 callers
Method
init_redis
(self, **kwargs)
tracker/backend/coreproject_tracker/singletons/redis.py:38
↓ 3 callers
Function
is_blocked
(ip: str)
tracker/backend/coreproject_tracker/validators/blocklist.py:36
↓ 3 callers
Function
rollback_on_exception
Context manager that restores Box values if an exception is raised inside the block.
tracker/backend/coreproject_tracker/transaction/rollback.py:12
↓ 3 callers
Method
save
(self)
tracker/backend/coreproject_tracker/datastructures/immutable/redis.py:29
↓ 2 callers
Function
attachMediaListener
()
tracker/docs/docs/javascripts/styleswitcher.js:26
↓ 2 callers
Function
bytes_to_bin_str
(byte: bytes)
tracker/backend/coreproject_tracker/functions/convertion.py:1
↓ 2 callers
Function
check_ip_type
(ip: str)
tracker/backend/coreproject_tracker/functions/ip.py:49
↓ 2 callers
Function
convert_event_name_to_event_enum
(event_name: str | None)
tracker/backend/coreproject_tracker/functions/events.py:27
↓ 2 callers
Function
getStatusContent
()
tracker/frontend/src/app/health/page.tsx:76
↓ 2 callers
Method
get_user_given_username_and_password
( username_or_email: str | None, password: str | None, )
backend/django_core/apps/user/backends.py:20
↓ 2 callers
Function
handleError
(errorMessage: string, closeReason?: string)
tracker/frontend/src/app/health/page.tsx:131
↓ 2 callers
Function
home_endpoint
(extra: str = "")
tracker/backend/coreproject_tracker/servers/http.py:38
↓ 2 callers
Function
isDataBencoded
(data: string)
tracker/frontend/src/functions/bencode.ts:3
↓ 2 callers
Function
parse_websocket
()
tracker/backend/coreproject_tracker/servers/websocket.py:31
↓ 2 callers
Function
updateVisibility
(e)
tracker/docs/docs/javascripts/styleswitcher.js:2
↓ 1 callers
Method
__attempt_to_connect
(conn: Redis, attempts: int)
tracker/backend/coreproject_tracker/singletons/redis.py:22
↓ 1 callers
Function
_handle_announce
( data: UdpDatastructure, host: str, port: int, )
tracker/backend/coreproject_tracker/servers/udp.py:74
↓ 1 callers
Function
_handle_scrape
(data: UdpDatastructure, info_hashes: list[bytes])
tracker/backend/coreproject_tracker/servers/udp.py:152
↓ 1 callers
Function
_load_blocklist
(path: str)
tracker/backend/coreproject_tracker/validators/blocklist.py:8
↓ 1 callers
Function
_main_async_wrapper
Async context for server management
tracker/backend/coreproject_tracker/__main__.py:47
↓ 1 callers
Function
addr_to_ip_port
Convert address in the format [IP]:[PORT] to a tuple (IP, PORT).
tracker/backend/coreproject_tracker/functions/ip.py:17
↓ 1 callers
Function
addrs_to_compact
Convert a list of addresses to compact format.
tracker/backend/coreproject_tracker/functions/ip.py:27
↓ 1 callers
Function
aiohttp_app
()
discord/web/main.py:28
↓ 1 callers
Method
authenticate
( self, request: HttpRequest, token: str, )
backend/django_core/apps/api/auth.py:16
↓ 1 callers
Function
calculate_weight
(peer_data: "RedisDatastructure")
tracker/backend/coreproject_tracker/functions/weight.py:7
↓ 1 callers
Function
convert_event_id_to_event_enum
(event_id: int)
tracker/backend/coreproject_tracker/functions/events.py:20
↓ 1 callers
Function
convert_ipv4_coded_ipv6_to_ipv4
(ip: str)
tracker/backend/coreproject_tracker/functions/ip.py:41
↓ 1 callers
Method
create_superuser
Create and save a SuperUser with the given email and password.
backend/django_core/apps/user/managers.py:34
↓ 1 callers
Function
decode_dictionary
(data)
tracker/backend/coreproject_tracker/functions/dictionary.py:1
↓ 1 callers
Function
from_uint16
(data: bytes)
tracker/backend/coreproject_tracker/functions/bytes.py:10
↓ 1 callers
Function
get_all_hash_keys
()
tracker/backend/coreproject_tracker/functions/redis.py:88
↓ 1 callers
Method
get_connection
get the shared redis connection :raises RedisNotInitialized: if redis has not been initialized
tracker/backend/coreproject_tracker/singletons/redis.py:54
↓ 1 callers
Method
has_permissions
(self)
backend/django_core/apps/api/permissions.py:12
↓ 1 callers
Function
listen_pubsub
()
tracker/backend/coreproject_tracker/servers/websocket.py:62
↓ 1 callers
Function
main
Run administrative tasks.
backend/django_core/manage.py:8
↓ 1 callers
Function
main
Entry point for CoreProject Tracker
tracker/backend/coreproject_tracker/__main__.py:70
↓ 1 callers
Function
main
()
tracker/docs/main.py:1
↓ 1 callers
Function
make_app
()
tracker/backend/coreproject_tracker/app.py:16
↓ 1 callers
Function
make_udp_packet
(params: UdpDatastructure)
tracker/backend/coreproject_tracker/servers/udp.py:46
↓ 1 callers
Function
redis_lifecycle
()
tracker/backend/coreproject_tracker/servers/udp.py:37
↓ 1 callers
Function
run_migrations_offline
Run migrations in 'offline' mode. This configures the context with just a URL and not an Engine, though an Engine is acceptable here
discord/alembic/env.py:32
↓ 1 callers
Function
run_migrations_online
Run migrations in 'online' mode. In this scenario we need to create an Engine and associate a connection with the context.
discord/alembic/env.py:63
↓ 1 callers
Function
save_peer_pipeline
Save hash field + zset member + TTLs in a single pipeline round-trip.
tracker/backend/coreproject_tracker/functions/redis.py:117
↓ 1 callers
Function
streaming_content
()
backend/django_core/apps/user/views.py:46
↓ 1 callers
Function
useBackendData
()
tracker/frontend/src/hooks/useBackendData.ts:14
↓ 1 callers
Function
useHttpData
()
tracker/frontend/src/hooks/useHttpData.ts:18
↓ 1 callers
Function
websocket_client
()
tracker/backend/tests_primitive/websocket_client.py:6
Function
Button
({ className, variant, size, asChild = false, ...props }: React.ComponentProps<"button"> &
tracker/frontend/src/components/ui/button.tsx:38
Function
Card
({ className, ...props }: React.ComponentProps<"div">)
tracker/frontend/src/components/ui/card.tsx:5
Function
CardAction
({ className, ...props }: React.ComponentProps<"div">)
tracker/frontend/src/components/ui/card.tsx:51
Function
CardContent
({ className, ...props }: React.ComponentProps<"div">)
tracker/frontend/src/components/ui/card.tsx:64
Function
CardDescription
({ className, ...props }: React.ComponentProps<"div">)
tracker/frontend/src/components/ui/card.tsx:41
Function
CardFooter
({ className, ...props }: React.ComponentProps<"div">)
tracker/frontend/src/components/ui/card.tsx:74
Function
CardHeader
({ className, ...props }: React.ComponentProps<"div">)
tracker/frontend/src/components/ui/card.tsx:18
Function
CardTitle
({ className, ...props }: React.ComponentProps<"div">)
tracker/frontend/src/components/ui/card.tsx:31
Function
DropdownMenu
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Root>)
tracker/frontend/src/components/ui/dropdown-menu.tsx:9
Function
DropdownMenuCheckboxItem
({ className, children, checked, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Ch
tracker/frontend/src/components/ui/dropdown-menu.tsx:85
Function
DropdownMenuContent
({ className, sideOffset = 4, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>
tracker/frontend/src/components/ui/dropdown-menu.tsx:34
Function
DropdownMenuGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>)
tracker/frontend/src/components/ui/dropdown-menu.tsx:54
Function
DropdownMenuItem
({ className, inset, variant = "default", ...props }: React.ComponentProps<typeof DropdownMenuPri
tracker/frontend/src/components/ui/dropdown-menu.tsx:62
Function
DropdownMenuLabel
({ className, inset, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Label> & { ins
tracker/frontend/src/components/ui/dropdown-menu.tsx:146
Function
DropdownMenuPortal
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>)
tracker/frontend/src/components/ui/dropdown-menu.tsx:15
Function
DropdownMenuRadioGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>)
tracker/frontend/src/components/ui/dropdown-menu.tsx:111
Function
DropdownMenuRadioItem
({ className, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>)
tracker/frontend/src/components/ui/dropdown-menu.tsx:122
Function
DropdownMenuSeparator
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>)
tracker/frontend/src/components/ui/dropdown-menu.tsx:166
Function
DropdownMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
tracker/frontend/src/components/ui/dropdown-menu.tsx:179
Function
DropdownMenuSub
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>)
tracker/frontend/src/components/ui/dropdown-menu.tsx:195
Function
DropdownMenuSubContent
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>)
tracker/frontend/src/components/ui/dropdown-menu.tsx:225
Function
DropdownMenuSubTrigger
({ className, inset, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubT
tracker/frontend/src/components/ui/dropdown-menu.tsx:201
Function
DropdownMenuTrigger
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>)
tracker/frontend/src/components/ui/dropdown-menu.tsx:23
Function
HttpCard
()
tracker/frontend/src/app/health/page.tsx:18
Function
Navbar
()
tracker/frontend/src/components/navbar.tsx:17
Function
Page
()
tracker/frontend/src/app/page.tsx:274
Function
Page
()
tracker/frontend/src/app/health/page.tsx:342
Function
RootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
tracker/frontend/src/app/layout.tsx:50
Function
ThemeProvider
({ children, ...props }: React.ComponentProps<typeof NextThemesProvider>)
tracker/frontend/src/components/theme-provider.tsx:6
Function
TorrentCardComponent
({ data }: { data: BackendData })
tracker/frontend/src/app/page.tsx:115
Function
VersionCardComponent
({ data }: { data: BackendData })
tracker/frontend/src/app/page.tsx:32
Function
WebsocketCard
()
tracker/frontend/src/app/health/page.tsx:122
Function
WebsocketTrackerCard
()
tracker/frontend/src/app/health/page.tsx:211
Method
__attrs_post_init__
(self)
tracker/backend/coreproject_tracker/datastructures/immutable/udp.py:53
Method
__attrs_post_init__
(self)
tracker/backend/coreproject_tracker/datastructures/immutable/http.py:35
next →
1–100 of 231, ranked by callers