MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / TestAllChannels

Function TestAllChannels

controller/channel-test.go:441–452  ·  view source on GitHub ↗
(c *gin.Context)

Source from the content-addressed store, hash-verified

439}
440
441func TestAllChannels(c *gin.Context) {
442 err := testAllChannels(true)
443 if err != nil {
444 common.ApiError(c, err)
445 return
446 }
447 c.JSON(http.StatusOK, gin.H{
448 "success": true,
449 "message": "",
450 })
451 return
452}
453
454func AutomaticallyTestChannels(frequency int) {
455 if frequency <= 0 {

Callers

nothing calls this directly

Calls 1

testAllChannelsFunction · 0.70

Tested by

no test coverage detected