MCPcopy 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
230func _task(g *gin.RouterGroup) {
231 handles.SetupTaskRoute(g)
232}
233
234func _sharing(g *gin.RouterGroup) {
235 g.Any("/list", handles.ListSharings)

Callers 2

InitFunction · 0.85
adminFunction · 0.85

Calls 1

SetupTaskRouteFunction · 0.92

Tested by

no test coverage detected