MCPcopy Create free account

hub / github.com/d11z/asperitas / functions

Functions136 in github.com/d11z/asperitas

↓ 16 callersFunctionconnect
server/index.js:5
↓ 13 callersFunctiontransition
(...props)
client/src/components/shared/helpers.js:24
↓ 4 callersFunctionrequired
client/src/util/validators.js:31
↓ 2 callersMethodcastVote
(vote)
client/src/components/Post/Vote/Component.js:55
↓ 2 callersFunctioncheckMaxLength
(value, len)
client/src/util/validators.js:1
↓ 2 callersFunctioncheckMinLength
(value, len)
client/src/util/validators.js:6
↓ 2 callersMethodexistingVote
({ user, votes })
client/src/components/Post/Vote/Component.js:31
↓ 2 callersFunctionfetchPostsError
client/src/actions/posts.js:18
↓ 2 callersFunctionfetchPostsSuccess
client/src/actions/posts.js:17
↓ 2 callersFunctionhideError
()
client/src/actions/error.js:5
↓ 2 callersFunctionhideErrorClearTimeout
()
client/src/actions/error.js:14
↓ 2 callersFunctionlogin
(username, password)
client/src/util/api.js:70
↓ 2 callersFunctionmax
client/src/util/validators.js:26
↓ 2 callersMethodredirectIfLoggedIn
()
client/src/components/SignupForm/Component.js:17
↓ 2 callersMethodredirectIfLoggedIn
()
client/src/components/LoginForm/Component.js:17
↓ 2 callersFunctionregisterValidSW
(swUrl, config)
client/src/serviceWorker.js:57
↓ 2 callersFunctionwithAuth
(WrappedComponent)
client/src/util/withAuth.js:3
↓ 1 callersFunctionattemptVote
(id, vote)
client/src/actions/posts.js:145
↓ 1 callersFunctioncastVote
(id, vote, token)
client/src/util/api.js:108
↓ 1 callersFunctioncheckIfTrimmed
client/src/util/validators.js:14
↓ 1 callersFunctioncheckValidChars
client/src/util/validators.js:11
↓ 1 callersFunctioncheckValidServiceWorker
(swUrl, config)
client/src/serviceWorker.js:101
↓ 1 callersFunctionclearDb
server/test/setup.js:5
↓ 1 callersFunctioncreateComment
(post, comment, token)
client/src/util/api.js:100
↓ 1 callersFunctioncreateCommentError
client/src/actions/posts.js:103
↓ 1 callersFunctioncreateCommentSuccess
client/src/actions/posts.js:102
↓ 1 callersFunctioncreatePost
(body, token)
client/src/util/api.js:92
↓ 1 callersFunctioncreatePostError
client/src/actions/posts.js:64
↓ 1 callersFunctioncreatePostSuccess
client/src/actions/posts.js:63
↓ 1 callersFunctiondeleteComment
(post, comment, token)
client/src/util/api.js:104
↓ 1 callersFunctiondeleteCommentError
client/src/actions/posts.js:123
↓ 1 callersFunctiondeleteCommentSuccess
client/src/actions/posts.js:122
↓ 1 callersFunctiondeletePost
(id, token)
client/src/util/api.js:96
↓ 1 callersFunctiondeletePostError
client/src/actions/posts.js:83
↓ 1 callersFunctiondeletePostSuccess
client/src/actions/posts.js:82
↓ 1 callersFunctionfetchPostError
client/src/actions/posts.js:46
↓ 1 callersFunctionfetchPostSuccess
client/src/actions/posts.js:45
↓ 1 callersFunctiongetPost
(id)
client/src/util/api.js:88
↓ 1 callersFunctiongetPosts
(category)
client/src/util/api.js:80
↓ 1 callersFunctiongetProfile
(username)
client/src/util/api.js:84
↓ 1 callersFunctionheadingStyle
client/src/components/shared/Markdown/renderers/heading.js:14
↓ 1 callersFunctionlink
client/src/components/shared/helpers.js:45
↓ 1 callersFunctionloginError
client/src/actions/auth.js:9
↓ 1 callersFunctionloginSuccess
client/src/actions/auth.js:8
↓ 1 callersFunctionmin
client/src/util/validators.js:27
↓ 1 callersFunctionpostType
client/src/util/validators.js:32
↓ 1 callersMethodrender
()
client/src/components/Post/Vote/Component.js:72
↓ 1 callersFunctionshowError
client/src/actions/error.js:2
↓ 1 callersFunctionshowErrorWithTimeout
client/src/actions/error.js:8
↓ 1 callersFunctionsignup
(username, password)
client/src/util/api.js:75
↓ 1 callersFunctionsignupError
client/src/actions/auth.js:27
↓ 1 callersFunctionsignupSuccess
client/src/actions/auth.js:26
↓ 1 callersFunctiontableCell
client/src/components/shared/Markdown/renderers/tableCell.js:10
↓ 1 callersFunctiontextPostValidator
client/src/util/validators.js:40
↓ 1 callersFunctiontitleValidator
client/src/util/validators.js:38
↓ 1 callersFunctiontypeValidator
client/src/util/validators.js:43
↓ 1 callersFunctionupdateItems
(post, items)
client/src/reducers/posts.js:27
↓ 1 callersFunctionurlValidator
client/src/util/validators.js:42
↓ 1 callersFunctionvalidUrl
client/src/util/validators.js:17
↓ 1 callersFunctionvoteError
client/src/actions/posts.js:143
↓ 1 callersFunctionvoteSuccess
client/src/actions/posts.js:142
FunctionApp
client/src/components/App/Component.js:14
FunctionAuthor
({ username })
client/src/components/shared/Author.js:13
FunctionCategoryMenuCreatePostButton
()
client/src/components/CategoryMenu/CreatePostButton.js:14
FunctionComment
({ body, ...details })
client/src/components/Comment/index.js:18
FunctionCommentContent
client/src/components/Comment/Content.js:9
FunctionCommentDetailTimestamp
client/src/components/Comment/Detail/Timestamp.js:10
FunctionCommentFormSubmitButton
()
client/src/components/CommentForm/SubmitButton.js:10
FunctionCommentListItem
client/src/components/CommentList/Item.js:9
FunctionEmpty
({ comments })
client/src/components/shared/Empty.js:24
FunctionForm
({ className, wide, ...props })
client/src/components/shared/form/Form/index.js:19
FunctionHeaderDarkButton
client/src/components/Header/DarkButton/Component.js:19
FunctionHeaderDarkButtonIcon
()
client/src/components/Header/DarkButton/Icon.js:21
FunctionHeaderLogo
()
client/src/components/Header/Logo.js:21
FunctionHeaderUsername
client/src/components/Header/Username/index.js:13
FunctionPost
({ id, votes, score, comments, full, ...content })
client/src/components/Post/index.js:12
FunctionPostContent
({ url, title, type, text, commentCount, showFullPost, ...details })
client/src/components/Post/Content/index.js:33
FunctionPostContentDetail
client/src/components/Post/Content/Detail.js:28
FunctionPostContentFullText
client/src/components/Post/Content/FullText.js:14
FunctionPostContentTitle
client/src/components/Post/Content/Title.js:40
FunctionPostDetailPost
client/src/components/PostDetail/Post.js:19
FunctionPostListItem
client/src/components/PostList/Item.js:11
FunctionSidebar
({ token })
client/src/components/Sidebar/Component.js:20
FunctionSidebarCategoryListHeader
()
client/src/components/Sidebar/CategoryList/Header.js:14
FunctionSidebarCreatePostButton
()
client/src/components/Sidebar/CreatePostButton.js:13
FunctionattemptCreateComment
client/src/actions/posts.js:105
FunctionattemptCreatePost
client/src/actions/posts.js:66
FunctionattemptDeleteComment
client/src/actions/posts.js:125
FunctionattemptDeletePost
()
client/src/actions/posts.js:85
FunctionattemptLogin
(username, password)
client/src/actions/auth.js:11
FunctionattemptSignup
(username, password)
client/src/actions/auth.js:29
FunctioncodeRenderer
client/src/components/shared/Markdown/renderers/code.js:11
FunctioncomponentDidMount
()
client/src/components/PostDetail/Component.js:10
MethodcomponentDidMount
()
client/src/components/PostList/Component.js:27
MethodcomponentDidMount
()
client/src/components/SignupForm/Component.js:9
MethodcomponentDidMount
()
client/src/components/LoginForm/Component.js:9
FunctioncomponentDidUpdate
(prevProps, prevState, snapshot)
client/src/components/PostDetail/Component.js:14
FunctioncomponentDidUpdate
(prevProps, prevState, snapshot)
client/src/components/CreatePostForm/Component.js:20
MethodcomponentDidUpdate
(prevProps, prevState, snapshot)
client/src/components/PostList/Component.js:31
MethodcomponentDidUpdate
(prevProps, prevState, snapshot)
client/src/components/SignupForm/Component.js:13
next →1–100 of 136, ranked by callers