MCPcopy Create free account
hub / github.com/53AI/53AIHub / LogLibraryBatchSort

Function LogLibraryBatchSort

api/controller/log_helper.go:126–129  ·  view source on GitHub ↗

LogLibraryBatchSort 记录知识库批量排序日志

(c *gin.Context, count int)

Source from the content-addressed store, hash-verified

124
125// LogLibraryBatchSort 记录知识库批量排序日志
126func LogLibraryBatchSort(c *gin.Context, count int) {
127 content := fmt.Sprintf("批量更新知识库排序,共更新 %d 个知识库", count)
128 LogLibraryOperation(c, model.SystemLogActionUpdate, "", content)
129}
130
131// LogLibraryMemberAdd 记录知识库成员添加日志
132func LogLibraryMemberAdd(c *gin.Context, libraryName, userNickname string, permission int) {

Callers 1

BatchUpdateLibrarySortFunction · 0.85

Calls 1

LogLibraryOperationFunction · 0.85

Tested by

no test coverage detected