Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenListTeam/OpenList
/ ServeWebDAV
Function
ServeWebDAV
server/webdav.go:46–48 ·
view source on GitHub ↗
(c *gin.Context)
Source
from the content-addressed store, hash-verified
44
}
45
46
func
ServeWebDAV(c *gin.Context) {
47
handler.ServeHTTP(c.Writer, c.Request)
48
}
49
50
func
WebDAVAuth(c *gin.Context) {
51
// check count of login
Callers
nothing calls this directly
Calls
1
ServeHTTP
Method · 0.80
Tested by
no test coverage detected