MCPcopy 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
116func InitVirtualRoot() {
117 os.MkdirAll(VirtualRoot, os.ModePerm)
118}
119
120func GetLang(lang string) string {
121 if val, ok := langs.Load(lang); ok {

Callers 1

mainFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected