MCPcopy Index your code
hub / github.com/NdoleStudio/httpsms / findBulkEntry

Function findBulkEntry

tests/helpers_test.go:407–414  ·  view source on GitHub ↗
(entries []BulkMessageEntry, requestID string)

Source from the content-addressed store, hash-verified

405}
406
407func findBulkEntry(entries []BulkMessageEntry, requestID string) *BulkMessageEntry {
408 for i := range entries {
409 if entries[i].RequestID == requestID {
410 return &entries[i]
411 }
412 }
413 return nil
414}

Callers 2

TestBulkSMS_CSVFunction · 0.85
TestBulkSMS_ExcelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected