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

Function init

utils/dependency.go:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19func init() {
20 go checkInstalledDependencyData()
21}
22
23func GetInstalledDependencies() []installedDependency {
24 return installedDependencies

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected