Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemmyNet/lemmy-ui-leptos
/ functions
Functions
112 in github.com/LemmyNet/lemmy-ui-leptos
⨍
Functions
112
◇
Types & classes
19
Function
list_comments
(body: GetComments)
src/serverfns/comments/list_comments.rs:5
Function
list_communities
( body: ListCommunitiesBody, )
src/serverfns/communities/list_communities.rs:8
Function
list_posts
(body: GetPosts)
src/serverfns/posts/list_posts.rs:5
Function
login
(username_or_email: String, password: String)
src/serverfns/auth/login.rs:5
Function
logout
()
src/serverfns/auth/logout.rs:5
Function
markdown_to_html
(text: &str)
src/utils/markdown.rs:7
Function
report_comment
(id: CommentId, reason: String)
src/serverfns/comments/report_comment.rs:11
Function
report_post
(id: PostId, reason: String)
src/serverfns/posts/report_post.rs:11
Function
save_post
(id: PostId, save: bool)
src/serverfns/posts/save_post.rs:12
Method
then_str
(self)
src/utils/traits/bool_option_str.rs:6
Method
to_str
(self)
src/utils/traits/to_str.rs:6
Function
vote_post
(id: PostId, score: i16)
src/serverfns/posts/vote_post.rs:12
← previous
101–112 of 112, ranked by callers