Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/DocHub
/ GetTableDocumentRemark
Function
GetTableDocumentRemark
models/RemarkModel.go:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
func
GetTableDocumentRemark() string {
27
return
getTable(
"document_remark"
)
28
}
29
30
//注意:这里处理GetParseContentByDocId,其他基本上是模板内容的形式
31
//{$title}:文档的标题
Callers
1
GetParseContentByDocId
Method · 0.85
Calls
1
getTable
Function · 0.85
Tested by
no test coverage detected