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

Method UserFollow

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

Source from the content-addressed store, hash-verified

276}
277
278func (this *CommonController) UserFollow() {
279 this.getFansOrFollow(false)
280}
281
282func (this *CommonController) UserFans() {
283 this.getFansOrFollow(true)

Callers

nothing calls this directly

Calls 1

getFansOrFollowMethod · 0.95

Tested by

no test coverage detected