Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
fromData
Method · 0.95
reverse-merge-substitutions.spec.js
File · 0.45
set-substitutions.spec.js
File · 0.45
to-json.spec.js
File · 0.45
Calls
1
_setProperty
Method · 0.95
Tested by
no test coverage detected