MCPcopy Index your code
hub / github.com/sendgrid/sendgrid-nodejs / setSubstitutions

Method setSubstitutions

packages/helpers/classes/mail.js:262–264  ·  view source on GitHub ↗

* Set substitutions

(substitutions)

Source from the content-addressed store, hash-verified

260 * Set substitutions
261 */
262 setSubstitutions(substitutions) {
263 this._setProperty('substitutions', substitutions, 'object');
264 }
265
266 /**
267 * Set substitution wrappers

Callers 4

fromDataMethod · 0.95
to-json.spec.jsFile · 0.45

Calls 1

_setPropertyMethod · 0.95

Tested by

no test coverage detected