Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/d11z/asperitas
/ functions
Functions
136 in github.com/d11z/asperitas
⨍
Functions
136
◇
Types & classes
20
↓ 16 callers
Function
connect
server/index.js:5
↓ 13 callers
Function
transition
(...props)
client/src/components/shared/helpers.js:24
↓ 4 callers
Function
required
client/src/util/validators.js:31
↓ 2 callers
Method
castVote
(vote)
client/src/components/Post/Vote/Component.js:55
↓ 2 callers
Function
checkMaxLength
(value, len)
client/src/util/validators.js:1
↓ 2 callers
Function
checkMinLength
(value, len)
client/src/util/validators.js:6
↓ 2 callers
Method
existingVote
({ user, votes })
client/src/components/Post/Vote/Component.js:31
↓ 2 callers
Function
fetchPostsError
client/src/actions/posts.js:18
↓ 2 callers
Function
fetchPostsSuccess
client/src/actions/posts.js:17
↓ 2 callers
Function
hideError
()
client/src/actions/error.js:5
↓ 2 callers
Function
hideErrorClearTimeout
()
client/src/actions/error.js:14
↓ 2 callers
Function
login
(username, password)
client/src/util/api.js:70
↓ 2 callers
Function
max
client/src/util/validators.js:26
↓ 2 callers
Method
redirectIfLoggedIn
()
client/src/components/SignupForm/Component.js:17
↓ 2 callers
Method
redirectIfLoggedIn
()
client/src/components/LoginForm/Component.js:17
↓ 2 callers
Function
registerValidSW
(swUrl, config)
client/src/serviceWorker.js:57
↓ 2 callers
Function
withAuth
(WrappedComponent)
client/src/util/withAuth.js:3
↓ 1 callers
Function
attemptVote
(id, vote)
client/src/actions/posts.js:145
↓ 1 callers
Function
castVote
(id, vote, token)
client/src/util/api.js:108
↓ 1 callers
Function
checkIfTrimmed
client/src/util/validators.js:14
↓ 1 callers
Function
checkValidChars
client/src/util/validators.js:11
↓ 1 callers
Function
checkValidServiceWorker
(swUrl, config)
client/src/serviceWorker.js:101
↓ 1 callers
Function
clearDb
server/test/setup.js:5
↓ 1 callers
Function
createComment
(post, comment, token)
client/src/util/api.js:100
↓ 1 callers
Function
createCommentError
client/src/actions/posts.js:103
↓ 1 callers
Function
createCommentSuccess
client/src/actions/posts.js:102
↓ 1 callers
Function
createPost
(body, token)
client/src/util/api.js:92
↓ 1 callers
Function
createPostError
client/src/actions/posts.js:64
↓ 1 callers
Function
createPostSuccess
client/src/actions/posts.js:63
↓ 1 callers
Function
deleteComment
(post, comment, token)
client/src/util/api.js:104
↓ 1 callers
Function
deleteCommentError
client/src/actions/posts.js:123
↓ 1 callers
Function
deleteCommentSuccess
client/src/actions/posts.js:122
↓ 1 callers
Function
deletePost
(id, token)
client/src/util/api.js:96
↓ 1 callers
Function
deletePostError
client/src/actions/posts.js:83
↓ 1 callers
Function
deletePostSuccess
client/src/actions/posts.js:82
↓ 1 callers
Function
fetchPostError
client/src/actions/posts.js:46
↓ 1 callers
Function
fetchPostSuccess
client/src/actions/posts.js:45
↓ 1 callers
Function
getPost
(id)
client/src/util/api.js:88
↓ 1 callers
Function
getPosts
(category)
client/src/util/api.js:80
↓ 1 callers
Function
getProfile
(username)
client/src/util/api.js:84
↓ 1 callers
Function
headingStyle
client/src/components/shared/Markdown/renderers/heading.js:14
↓ 1 callers
Function
link
client/src/components/shared/helpers.js:45
↓ 1 callers
Function
loginError
client/src/actions/auth.js:9
↓ 1 callers
Function
loginSuccess
client/src/actions/auth.js:8
↓ 1 callers
Function
min
client/src/util/validators.js:27
↓ 1 callers
Function
postType
client/src/util/validators.js:32
↓ 1 callers
Method
render
()
client/src/components/Post/Vote/Component.js:72
↓ 1 callers
Function
showError
client/src/actions/error.js:2
↓ 1 callers
Function
showErrorWithTimeout
client/src/actions/error.js:8
↓ 1 callers
Function
signup
(username, password)
client/src/util/api.js:75
↓ 1 callers
Function
signupError
client/src/actions/auth.js:27
↓ 1 callers
Function
signupSuccess
client/src/actions/auth.js:26
↓ 1 callers
Function
tableCell
client/src/components/shared/Markdown/renderers/tableCell.js:10
↓ 1 callers
Function
textPostValidator
client/src/util/validators.js:40
↓ 1 callers
Function
titleValidator
client/src/util/validators.js:38
↓ 1 callers
Function
typeValidator
client/src/util/validators.js:43
↓ 1 callers
Function
updateItems
(post, items)
client/src/reducers/posts.js:27
↓ 1 callers
Function
urlValidator
client/src/util/validators.js:42
↓ 1 callers
Function
validUrl
client/src/util/validators.js:17
↓ 1 callers
Function
voteError
client/src/actions/posts.js:143
↓ 1 callers
Function
voteSuccess
client/src/actions/posts.js:142
Function
App
client/src/components/App/Component.js:14
Function
Author
({ username })
client/src/components/shared/Author.js:13
Function
CategoryMenuCreatePostButton
()
client/src/components/CategoryMenu/CreatePostButton.js:14
Function
Comment
({ body, ...details })
client/src/components/Comment/index.js:18
Function
CommentContent
client/src/components/Comment/Content.js:9
Function
CommentDetailTimestamp
client/src/components/Comment/Detail/Timestamp.js:10
Function
CommentFormSubmitButton
()
client/src/components/CommentForm/SubmitButton.js:10
Function
CommentListItem
client/src/components/CommentList/Item.js:9
Function
Empty
({ comments })
client/src/components/shared/Empty.js:24
Function
Form
({ className, wide, ...props })
client/src/components/shared/form/Form/index.js:19
Function
HeaderDarkButton
client/src/components/Header/DarkButton/Component.js:19
Function
HeaderDarkButtonIcon
()
client/src/components/Header/DarkButton/Icon.js:21
Function
HeaderLogo
()
client/src/components/Header/Logo.js:21
Function
HeaderUsername
client/src/components/Header/Username/index.js:13
Function
Post
({ id, votes, score, comments, full, ...content })
client/src/components/Post/index.js:12
Function
PostContent
({ url, title, type, text, commentCount, showFullPost, ...details })
client/src/components/Post/Content/index.js:33
Function
PostContentDetail
client/src/components/Post/Content/Detail.js:28
Function
PostContentFullText
client/src/components/Post/Content/FullText.js:14
Function
PostContentTitle
client/src/components/Post/Content/Title.js:40
Function
PostDetailPost
client/src/components/PostDetail/Post.js:19
Function
PostListItem
client/src/components/PostList/Item.js:11
Function
Sidebar
({ token })
client/src/components/Sidebar/Component.js:20
Function
SidebarCategoryListHeader
()
client/src/components/Sidebar/CategoryList/Header.js:14
Function
SidebarCreatePostButton
()
client/src/components/Sidebar/CreatePostButton.js:13
Function
attemptCreateComment
client/src/actions/posts.js:105
Function
attemptCreatePost
client/src/actions/posts.js:66
Function
attemptDeleteComment
client/src/actions/posts.js:125
Function
attemptDeletePost
()
client/src/actions/posts.js:85
Function
attemptLogin
(username, password)
client/src/actions/auth.js:11
Function
attemptSignup
(username, password)
client/src/actions/auth.js:29
Function
codeRenderer
client/src/components/shared/Markdown/renderers/code.js:11
Function
componentDidMount
()
client/src/components/PostDetail/Component.js:10
Method
componentDidMount
()
client/src/components/PostList/Component.js:27
Method
componentDidMount
()
client/src/components/SignupForm/Component.js:9
Method
componentDidMount
()
client/src/components/LoginForm/Component.js:9
Function
componentDidUpdate
(prevProps, prevState, snapshot)
client/src/components/PostDetail/Component.js:14
Function
componentDidUpdate
(prevProps, prevState, snapshot)
client/src/components/CreatePostForm/Component.js:20
Method
componentDidUpdate
(prevProps, prevState, snapshot)
client/src/components/PostList/Component.js:31
Method
componentDidUpdate
(prevProps, prevState, snapshot)
client/src/components/SignupForm/Component.js:13
next →
1–100 of 136, ranked by callers