MCPcopy 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}
38func (d *Daemon) Start(s service.Service) error {
39
40 go d.Run()
41 return nil
42}
43
44func (d *Daemon) Run() {
45

Callers

nothing calls this directly

Calls 1

RunMethod · 0.95

Tested by

no test coverage detected