MCPcopy
hub / github.com/mudler/LocalAI / SubjectGalleryProgress

Function SubjectGalleryProgress

core/services/messaging/subjects.go:63–65  ·  view source on GitHub ↗

SubjectGalleryProgress returns the NATS subject for gallery download progress.

(opID string)

Source from the content-addressed store, hash-verified

61
62// SubjectGalleryProgress returns the NATS subject for gallery download progress.
63func SubjectGalleryProgress(opID string) string {
64 return subjectGalleryPrefix + sanitizeSubjectToken(opID) + ".progress"
65}
66
67// SubjectStagingProgress returns the NATS subject a frontend replica publishes
68// file-staging progress on. Staging progress is otherwise per-process state

Callers 3

UpdateStatusMethod · 0.92

Calls 1

sanitizeSubjectTokenFunction · 0.85

Tested by

no test coverage detected