Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/DocHub
/ GetTableDocumentRecycle
Function
GetTableDocumentRecycle
models/RecycleModel.go:25–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
}
24
25
func
GetTableDocumentRecycle() string {
26
return
getTable(
"document_recycle"
)
27
}
28
29
//将文档从回收站中恢复过来,文档的状态必须是-1才可以
30
//@param ids 文档id
Callers
3
RecoverFromRecycle
Method · 0.85
RecycleList
Method · 0.85
DelRows
Method · 0.85
Calls
1
getTable
Function · 0.85
Tested by
no test coverage detected