MCPcopy 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
19func GetTableDocText() string {
20 return getTable("doc_text")
21}
22
23//根据md5获取文档摘要,默认获取255个字符长度
24//@param md5str 文档md5

Callers 2

DocumentConvertFunction · 0.85
GetDescByMd5Method · 0.85

Calls 1

getTableFunction · 0.85

Tested by

no test coverage detected