Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/emberjs/ember.js
/ set
Function
set
packages/@ember/object/observable.ts:429–431 ·
view source on GitHub ↗
(keyName: string, value: unknown)
Source
from the content-addressed store, hash-verified
427
},
428
429
set(keyName: string, value: unknown) {
430
return
set(this, keyName, value);
431
},
432
433
setProperties(hash: object) {
434
return
setProperties(this, hash);
Callers
15
init
Method · 0.90
['@test should be clear caches for computed properties that have dependent keys on arrays that are changed after object initialization']
Method · 0.90
['@test observers that contain @each in the path should fire only once the first time they are accessed']
Method · 0.90
['@test chained observers on enumerable properties are triggered when the observed property of any item changes']
Method · 0.90
['@test Should allow changing of those properties by calling EmberObject#set']
Method · 0.90
['@test should proxy properties to content']
Method · 0.90
['@test should work with watched properties']
Method · 0.90
['@test should transition between watched and unwatched strategies']
Method · 0.90
['@test setting `undefined` to a proxied content property should override its existing value']
Method · 0.90
['@test observed properties are enumerable when set GH#14594']
Method · 0.90
hiddenValue
Method · 0.90
["@test The ArrayProxy doesn't explode when assigned a destroyed object"]
Method · 0.90
Calls
1
set
Function · 0.90
Tested by
no test coverage detected