MCPcopy Create free account

hub / github.com/YuriyNasretdinov/social-net / functions

Functions146 in github.com/YuriyNasretdinov/social-net

FunctionGetCityInfoByName
(name string)
db/db.go:235
FunctionGetSessionInfo
(id string)
session/session.go:27
FunctionGetUserFriends
(userId uint64)
db/db.go:250
FunctionGetUserFriendsCount
(userId uint64)
db/db.go:245
FunctionGetUserFriendsRequests
(userId uint64)
db/db.go:254
FunctionGetUserNames
user id is string for simplicity
db/db.go:153
FunctionINstr
INstr is used for VALUES( ... ) and string values
db/db.go:193
FunctionINuint
INuint is used for VALUES( ... ) and int values
db/db.go:210
FunctionIndexHandler
(w http.ResponseWriter, req *http.Request)
main.go:187
FunctionInitSession
()
session/session.go:22
FunctionInitStmts
language=PostgreSQL
db/db.go:77
FunctionIsUserFriend
(userId, friendId uint64)
db/db.go:258
FunctionLoginHandler
(w http.ResponseWriter, req *http.Request)
main.go:106
FunctionLogoutHandler
(w http.ResponseWriter, req *http.Request)
main.go:134
FunctionParseConfig
(path string)
config/config.go:27
MethodProcessAddFriend
(req *protocol.RequestAddFriend)
handlers/handlers.go:237
MethodProcessAddToTimeline
(req *protocol.RequestAddToTimeline)
handlers/timeline.go:284
MethodProcessConfirmFriendship
(req *protocol.RequestConfirmFriendship)
handlers/handlers.go:275
MethodProcessGetFriends
(req *protocol.RequestGetFriends)
handlers/handlers.go:142
MethodProcessGetMessages
(req *protocol.RequestGetMessages)
handlers/handlers.go:33
MethodProcessGetMessagesUsers
(req *protocol.RequestGetMessagesUsers)
handlers/handlers.go:295
MethodProcessGetProfile
(req *protocol.RequestGetProfile)
handlers/handlers.go:354
MethodProcessGetTimeline
(req *protocol.RequestGetTimeline)
handlers/timeline.go:127
MethodProcessGetTimelineForHash
(req *protocol.RequestGetTimelineForHash)
handlers/timeline.go:40
MethodProcessGetUsersList
(req *protocol.RequestGetUsersList)
handlers/handlers.go:70
MethodProcessSendMessage
(req *protocol.RequestSendMessage)
handlers/handlers.go:196
MethodProcessUpdateProfile
(req *protocol.RequestUpdateProfile)
handlers/handlers.go:407
FunctionRegisterHandler
(w http.ResponseWriter, req *http.Request)
main.go:361
MethodSetReplyType
(t string)
protocol/protocol.go:210
MethodSetSeqId
(id int)
protocol/protocol.go:206
FunctionStaticServer
(w http.ResponseWriter, req *http.Request)
main.go:55
FunctionTestExtractHashTags
(t *testing.T)
handlers/timeline_test.go:5
FunctionWebsocketEventsHandler
(ws *websocket.Conn)
main.go:240
FunctionconfirmFriendshipCallback
(ev)
static/js/friends.js:36
FunctionfmtDate
(num)
static/js/messages.js:45
FunctionhandleAvatarUpload
(files)
static/js/profile.js:141
FunctionloadFriends
()
static/js/friends.js:58
FunctionloadMessageUsers
()
static/js/messages.js:5
FunctionloadProfile
()
static/js/profile.js:35
Functionmain
()
main.go:444
Functionmain
()
restore-test/main.go:183
FunctiononMessage
(evt)
static/js/main.js:125
FunctionrequestAddFriendCallback
(ev)
static/js/friends.js:15
FunctionsetUpPage
()
static/js/main.js:307
FunctionsetWebsocketConnection
()
static/js/main.js:192
FunctionupdateProfile
()
static/js/profile.js:148
← previous101–146 of 146, ranked by callers