Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ withTaxes
Function
withTaxes
test/integration/instance/values.test.js:277–279 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
275
}, {
276
getterMethods: {
277
withTaxes() {
278
return
this.get(
'price'
) * 1.25;
279
}
280
}
281
});
282
Callers
nothing calls this directly
Calls
1
get
Method · 0.65
Tested by
no test coverage detected