MCPcopy Index your code
hub / github.com/TruthHun/BookStack / UserFans

Method UserFans

controllers/api/CommonController.go:282–284  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

280}
281
282func (this *CommonController) UserFans() {
283 this.getFansOrFollow(true)
284}
285
286func (this *CommonController) getFansOrFollow(isGetFans bool) {
287 page, _ := this.GetInt("page", 1)

Callers

nothing calls this directly

Calls 1

getFansOrFollowMethod · 0.95

Tested by

no test coverage detected