Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
19
func
init() {
20
go
checkInstalledDependencyData()
21
}
22
23
func
GetInstalledDependencies() []installedDependency {
24
return
installedDependencies
Callers
nothing calls this directly
Calls
1
checkInstalledDependencyData
Function · 0.85
Tested by
no test coverage detected