Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ Start
Method
Start
commands/daemon/daemon.go:38–42 ·
view source on GitHub ↗
(s service.Service)
Source
from the content-addressed store, hash-verified
36
return
d.config
37
}
38
func
(d *Daemon) Start(s service.Service) error {
39
40
go
d.Run()
41
return
nil
42
}
43
44
func
(d *Daemon) Run() {
45
Callers
nothing calls this directly
Calls
1
Run
Method · 0.95
Tested by
no test coverage detected