MCPcopy Create free account

hub / github.com/acgsh/acgsh / functions

Functions32 in github.com/acgsh/acgsh

↓ 2 callersFunctionnewSyncData
()
db/db.go:119
↓ 1 callersMethodaddUser
(username string, max, since int64)
utils.go:7
↓ 1 callersFunctionmin
(a, b int64)
timeline.go:22
↓ 1 callersFunctionretrieveMagnetInfo
(ss string)
timeline.go:183
↓ 1 callersFunctionrunSyncTimeLine
()
timeline.go:239
↓ 1 callersFunctionstartHttpServer
()
httpserver.go:112
↓ 1 callersFunctionsyncTimeLine
()
timeline.go:29
↓ 1 callersFunctionui64tob
(v uint64)
db/db.go:23
FunctionAddPosts
(posts *ShPosts)
db/db.go:210
FunctionAddPublishersIfNotExist
(names *[]string)
db/db.go:89
FunctionAddPublishersReplyPosts
todo: Check if reply post was reply to acgsh post in DB.
db/db.go:248
FunctionClose
()
db/db.go:82
FunctionDeletePublishers
(names *[]string)
db/db.go:193
FunctionFollow
(name string, followUserNames []string)
rpc/rpc.go:18
FunctionGetFollowing
(name string)
rpc/rpc.go:51
FunctionGetPosts
(count int64, params []interface{})
rpc/rpc.go:89
FunctionGetPosts
(idx, n uint)
db/db.go:293
FunctionGetPublishers
()
db/db.go:127
FunctionGetPublishersReplyPosts
(name, k string)
db/db.go:327
FunctionInit
()
db/db.go:29
FunctionListWalletUsers
()
rpc/rpc.go:76
FunctionSetAddress
(newAddress string)
rpc/rpc.go:14
FunctionUnFollow
(name string, followUserNames []string)
rpc/rpc.go:37
FunctionUpdatePublishers
(publishers *map[string]SyncData)
db/db.go:162
FunctiongetPostsHandler
(w http.ResponseWriter, r *http.Request)
httpserver.go:35
FunctiongetPubReplyHandler
(w http.ResponseWriter, r *http.Request)
httpserver.go:50
FunctiongetPublishersHandler
(w http.ResponseWriter, r *http.Request)
httpserver.go:75
Functionhandler
(w http.ResponseWriter, r *http.Request)
httpserver.go:19
FunctionhomeHandler
(w http.ResponseWriter, r *http.Request)
httpserver.go:27
Functionitob
itob returns an 8-byte big endian representation of v.
db/db.go:18
Functionmain
()
main.go:24
FunctionregPublisherHandler
(w http.ResponseWriter, r *http.Request)
httpserver.go:90