MCPcopy Create free account

hub / github.com/HachimiWorld/hachimi-world-server / functions

Functions625 in github.com/HachimiWorld/hachimi-world-server

Functionunlike
( redis_conn: &ConnectionManager, sql_pool: &PgPool, uid: i64, song_id: i64, )
src/service/song_like.rs:111
Functionunlike
( claims: Claims, state: State<AppState>, req: Json<UnlikeReq>, )
src/web/routes/song.rs:403
Methodupdate
(executor: E, value: &UserConnectionAccount)
src/db/user_connection_accounts.rs:45
Methodupdate_by_id
(executor: E, value: &Self::Entity)
src/db/post.rs:44
Methodupdate_by_id
(executor: E, value: &Self::Entity)
src/db/refresh_token.rs:52
Methodupdate_by_id
(executor: E, value: &Self::Entity)
src/db/playlist.rs:76
Methodupdate_by_id
(executor: E, value: &Self::Entity)
src/db/song_publishing_review_history.rs:74
Methodupdate_by_id
(executor: E, value: &Self::Entity)
src/db/song_publishing_review_comment.rs:64
Methodupdate_by_id
(executor: E, value: &Self::Entity)
src/db/song_publishing_review.rs:68
Methodupdate_by_id
(executor: E, value: &Self::Entity)
src/db/version.rs:43
Methodupdate_by_id
(executor: E, value: &User)
src/db/user.rs:74
Methodupdate_by_id
(executor: E, value: &Self::Entity)
src/db/song_tag.rs:49
Methodupdate_by_id
(executor: E, value: &Self::Entity)
src/db/song.rs:142
Methodupdate_by_id
(executor: E, value: &Self::Entity)
src/db/creator.rs:38
Functionupdate_profile
( claims: Claims, State(state): State<AppState>, req: Json<UpdateProfileReq>, )
src/web/routes/user.rs:77
Methodupdate_song_external_links
(executor: &mut PgTransaction<'e>, song_id: i64, values: &[SongExternalLink])
src/db/song.rs:534
Methodupdate_song_origin_info
( executor: &mut PgTransaction<'e>, song_id: i64, values: &[SongOriginInfo], )
src/db/song.rs:490
Methodupdate_song_production_crew
( executor: &mut PgTransaction<'e>, song_id: i64, values: &[SongProductionCrew], )
src/db/song.rs:464
Methodupdate_song_tags
(executor: &mut PgTransaction<'e>, song_id: i64, tags: Vec<i64>)
src/db/song.rs:521
Methodupdate_songs_orders
(tx: &mut PgTransaction<'e>, values: &[PlaylistSong])
src/db/playlist.rs:247
Functionupload_audio_file
( _claims: Claims, mut state: State<AppState>, mut multipart: Multipart, )
src/web/routes/publish.rs:608
Functionupload_cover_image
( claims: Claims, mut state: State<AppState>, mut multipart: Multipart, )
src/web/routes/publish.rs:681
Functionupload_image
( claims: Claims, state: State<AppState>, multipart: Multipart, )
src/web/routes/post.rs:276
Functionupload_image
( claims: Claims, mut state: State<AppState>, mut multipart: Multipart, )
src/web/routes/upload.rs:26
Functionvalidate_image_and_get_ext
(bytes: Bytes)
src/service/upload.rs:26
← previous601–625 of 625, ranked by callers