MCPcopy Create free account
hub / github.com/mongodb/mongo-python-driver / get_viewport_height

Function get_viewport_height

doc/static/sidebar.js:48–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 var light_color = '#CCCCCC';
47
48 function get_viewport_height() {
49 if (window.innerHeight)
50 return window.innerHeight;
51 else
52 return jwindow.height();
53 }
54
55 function sidebar_is_collapsed() {
56 return sidebarwrapper.is(':not(:visible)');

Callers 2

add_sidebar_buttonFunction · 0.85
scroll_sidebarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected