Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.js
/ assertNodeCount
Function
assertNodeCount
test/jasmine/tests/sliders_test.js:612–614 ·
view source on GitHub ↗
(query, cnt)
Source
from the content-addressed store, hash-verified
610
});
611
612
function
assertNodeCount(query, cnt) {
613
expect(d3SelectAll(query).size()).toEqual(cnt);
614
}
615
});
Callers
2
sliders_test.js
File · 0.70
assertSlider
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…