MCPcopy
hub / github.com/tanelpoder/0xtools / _make_nav

Function _make_nav

xtop/tests/test_navigation.py:13–16  ·  view source on GitHub ↗
(group_cols=None)

Source from the content-addressed store, hash-verified

11
12
13def _make_nav(group_cols=None) -> NavigationState:
14 nav = NavigationState()
15 nav.reset(group_cols or ["state", "username"])
16 return nav
17
18
19def test_apply_value_filters_store_lists_and_labels():

Calls 2

resetMethod · 0.95
NavigationStateClass · 0.90

Tested by

no test coverage detected