MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / toggle_sidebar

Function toggle_sidebar

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

Source from the content-addressed store, hash-verified

57 }
58
59 function toggle_sidebar() {
60 if (sidebar_is_collapsed())
61 expand_sidebar();
62 else
63 collapse_sidebar();
64 // adjust the scrolling of the sidebar
65 scroll_sidebar();
66 }
67
68 function collapse_sidebar() {
69 sidebarwrapper.hide();

Callers

nothing calls this directly

Calls 4

sidebar_is_collapsedFunction · 0.85
expand_sidebarFunction · 0.85
collapse_sidebarFunction · 0.85
scroll_sidebarFunction · 0.85

Tested by

no test coverage detected