Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ InitVirtualRoot
Function
InitVirtualRoot
utils/util.go:116–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
114
}
115
116
func
InitVirtualRoot() {
117
os.MkdirAll(VirtualRoot, os.ModePerm)
118
}
119
120
func
GetLang(lang string) string {
121
if
val, ok := langs.Load(lang); ok {
Callers
1
main
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected