Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
278
func
(this *CommonController) UserFollow() {
279
this.getFansOrFollow(false)
280
}
281
282
func
(this *CommonController) UserFans() {
283
this.getFansOrFollow(true)
Callers
nothing calls this directly
Calls
1
getFansOrFollow
Method · 0.95
Tested by
no test coverage detected