Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/DocHub
/ GetTableSys
Function
GetTableSys
models/SysModel.go:52–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
func
GetTableSys() string {
53
return
getTable(
"sys"
)
54
}
55
56
//获取系统配置信息。注意:系统配置信息的记录只有一条,而且id主键为1
57
//@return sys 返回的系统信息
Callers
4
DocumentProcess
Function · 0.85
GetByField
Method · 0.85
RecoverFromRecycle
Method · 0.85
RemoveToRecycle
Method · 0.85
Calls
1
getTable
Function · 0.85
Tested by
no test coverage detected