Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/unconed/MathBox.js
/ didFire
Function
didFire
test/Attributes.test.js:15–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
fired = changed;
14
});
15
function
didFire() {
16
assert(fired,
"Attributes change event fired"
);
17
fired = false;
18
}
19
20
// Test get/set
21
assert(object.get,
'Has get method'
);
Callers
1
test
Function · 0.85
Calls
1
assert
Function · 0.85
Tested by
no test coverage detected