Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/DocHub
/ Friends
Method
Friends
models/FriendModel.go:38–41 ·
view source on GitHub ↗
获取友链
()
Source
from the content-addressed store, hash-verified
36
37
//获取友链
38
func
(this *Friend) Friends() (links []Friend) {
39
links, _, _ = this.GetListByStatus(1)
40
return
41
}
Callers
nothing calls this directly
Calls
1
GetListByStatus
Method · 0.95
Tested by
no test coverage detected