Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HachimiWorld/hachimi-world-server
/ functions
Functions
625 in github.com/HachimiWorld/hachimi-world-server
⨍
Functions
625
◇
Types & classes
274
Function
unlike
( redis_conn: &ConnectionManager, sql_pool: &PgPool, uid: i64, song_id: i64, )
src/service/song_like.rs:111
Function
unlike
( claims: Claims, state: State<AppState>, req: Json<UnlikeReq>, )
src/web/routes/song.rs:403
Method
update
(executor: E, value: &UserConnectionAccount)
src/db/user_connection_accounts.rs:45
Method
update_by_id
(executor: E, value: &Self::Entity)
src/db/post.rs:44
Method
update_by_id
(executor: E, value: &Self::Entity)
src/db/refresh_token.rs:52
Method
update_by_id
(executor: E, value: &Self::Entity)
src/db/playlist.rs:76
Method
update_by_id
(executor: E, value: &Self::Entity)
src/db/song_publishing_review_history.rs:74
Method
update_by_id
(executor: E, value: &Self::Entity)
src/db/song_publishing_review_comment.rs:64
Method
update_by_id
(executor: E, value: &Self::Entity)
src/db/song_publishing_review.rs:68
Method
update_by_id
(executor: E, value: &Self::Entity)
src/db/version.rs:43
Method
update_by_id
(executor: E, value: &User)
src/db/user.rs:74
Method
update_by_id
(executor: E, value: &Self::Entity)
src/db/song_tag.rs:49
Method
update_by_id
(executor: E, value: &Self::Entity)
src/db/song.rs:142
Method
update_by_id
(executor: E, value: &Self::Entity)
src/db/creator.rs:38
Function
update_profile
( claims: Claims, State(state): State<AppState>, req: Json<UpdateProfileReq>, )
src/web/routes/user.rs:77
Method
update_song_external_links
(executor: &mut PgTransaction<'e>, song_id: i64, values: &[SongExternalLink])
src/db/song.rs:534
Method
update_song_origin_info
( executor: &mut PgTransaction<'e>, song_id: i64, values: &[SongOriginInfo], )
src/db/song.rs:490
Method
update_song_production_crew
( executor: &mut PgTransaction<'e>, song_id: i64, values: &[SongProductionCrew], )
src/db/song.rs:464
Method
update_song_tags
(executor: &mut PgTransaction<'e>, song_id: i64, tags: Vec<i64>)
src/db/song.rs:521
Method
update_songs_orders
(tx: &mut PgTransaction<'e>, values: &[PlaylistSong])
src/db/playlist.rs:247
Function
upload_audio_file
( _claims: Claims, mut state: State<AppState>, mut multipart: Multipart, )
src/web/routes/publish.rs:608
Function
upload_cover_image
( claims: Claims, mut state: State<AppState>, mut multipart: Multipart, )
src/web/routes/publish.rs:681
Function
upload_image
( claims: Claims, state: State<AppState>, multipart: Multipart, )
src/web/routes/post.rs:276
Function
upload_image
( claims: Claims, mut state: State<AppState>, mut multipart: Multipart, )
src/web/routes/upload.rs:26
Function
validate_image_and_get_ext
(bytes: Bytes)
src/service/upload.rs:26
← previous
601–625 of 625, ranked by callers