Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sendgrid/sendgrid-nodejs
/ setBatchId
Method
setBatchId
packages/helpers/classes/mail.js:172–174 ·
view source on GitHub ↗
* Set batch ID
(batchId)
Source
from the content-addressed store, hash-verified
170
* Set batch ID
171
*/
172
setBatchId(batchId) {
173
this._setProperty(
'batchId'
, batchId,
'string'
);
174
}
175
176
/**
177
* Set IP pool name
Callers
1
fromData
Method · 0.95
Calls
1
_setProperty
Method · 0.95
Tested by
no test coverage detected