MCPcopy Index your code
hub / github.com/dearcode/candy / newFriendDB

Function newFriendDB

store/friend.go:24–26  ·  view source on GitHub ↗
(db *userDB)

Source from the content-addressed store, hash-verified

22}
23
24func newFriendDB(db *userDB) *friendDB {
25 return &friendDB{userDB: db}
26}
27
28// 修改好友关系
29func (f *friendDB) set(uid, fid int64, state meta.Relation, msg string) error {

Callers 2

StartMethod · 0.85
startMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected