Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/DocHub
/ GetTableDocText
Function
GetTableDocText
models/DocTextModel.go:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
func
GetTableDocText() string {
20
return
getTable(
"doc_text"
)
21
}
22
23
//根据md5获取文档摘要,默认获取255个字符长度
24
//@param md5str 文档md5
Callers
2
DocumentConvert
Function · 0.85
GetDescByMd5
Method · 0.85
Calls
1
getTable
Function · 0.85
Tested by
no test coverage detected