Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenListTeam/OpenList
/ EmptyPathParse
Function
EmptyPathParse
server/middlewares/sharing.go:15–18 ·
view source on GitHub ↗
(c *gin.Context)
Source
from the content-addressed store, hash-verified
13
}
14
15
func
EmptyPathParse(c *gin.Context) {
16
common.GinAppendValues(c, conf.PathKey,
"/"
)
17
c.Next()
18
}
Callers
nothing calls this directly
Calls
1
GinAppendValues
Function · 0.92
Tested by
no test coverage detected