Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/DocHub
/ GetTableWord
Function
GetTableWord
models/WordModel.go:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
func
GetTableWord() string {
31
return
getTable(
"word"
)
32
}
33
34
//添加关键字,多个关键字用英文逗号分隔
35
func
(this *Word) AddWords(wds string, id
interface
{}) {
Callers
1
AddWords
Method · 0.85
Calls
1
getTable
Function · 0.85
Tested by
no test coverage detected