MCPcopy
hub / github.com/sequelize/sequelize / withTaxes

Function withTaxes

test/integration/instance/values.test.js:275–277  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

273 }, {
274 getterMethods: {
275 withTaxes() {
276 return this.get('price') * 1.25;
277 }
278 }
279 });
280

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected