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

Method GetUserID

api/service/batch_upload_manager.go:581–585  ·  view source on GitHub ↗

GetUserID 安全访问 UserID

()

Source from the content-addressed store, hash-verified

579
580// GetUserID 安全访问 UserID
581func (b *BatchUpload) GetUserID() int64 {
582 b.mu.RLock()
583 defer b.mu.RUnlock()
584 return b.UserID
585}
586
587// GetLibraryID 安全访问 LibraryID
588func (b *BatchUpload) GetLibraryID() int64 {

Callers 1

GetProgressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected