Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenListTeam/OpenList
/ _task
Function
_task
server/router.go:230–232 ·
view source on GitHub ↗
(g *gin.RouterGroup)
Source
from the content-addressed store, hash-verified
228
}
229
230
func
_task(g *gin.RouterGroup) {
231
handles.SetupTaskRoute(g)
232
}
233
234
func
_sharing(g *gin.RouterGroup) {
235
g.Any(
"/list"
, handles.ListSharings)
Callers
2
Init
Function · 0.85
admin
Function · 0.85
Calls
1
SetupTaskRoute
Function · 0.92
Tested by
no test coverage detected