Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dds-bridge/dds
/ functions
Functions
843 in github.com/dds-bridge/dds
⨍
Functions
843
◇
Types & classes
180
Method
test_solve_board_with_context
(self)
python/tests/test_context_reuse.py:69
Method
test_solve_board_with_defaults
Test that default parameters work.
python/tests/test_solve_board.py:32
Method
test_solve_board_without_context
(self)
python/tests/test_context_reuse.py:64
Method
test_trick_rank_boundary_invalid_15
Test that trick rank 15 is invalid.
python/tests/test_type_conversions.py:158
Method
test_trick_rank_boundary_invalid_minus1
Test that trick rank -1 is invalid.
python/tests/test_type_conversions.py:147
Method
test_trick_rank_boundary_valid_0
Test that trick rank 0 (invalid card, but parsed) is valid.
python/tests/test_type_conversions.py:117
Method
test_trick_rank_boundary_valid_14
Test that trick rank 14 (ace) is valid.
python/tests/test_type_conversions.py:132
Method
test_trick_suit_boundary_invalid_4
Test that trick suit 4 is invalid.
python/tests/test_type_conversions.py:106
Method
test_trick_suit_boundary_invalid_minus1
Test that trick suit -1 is invalid.
python/tests/test_type_conversions.py:95
Method
test_trick_suit_boundary_valid_0
Test that trick suit 0 (spades) is valid.
python/tests/test_type_conversions.py:65
Method
test_trick_suit_boundary_valid_3
Test that trick suit 3 (clubs) is valid.
python/tests/test_type_conversions.py:80
Method
test_trump_filter_all_ones
Test that trump_filter (1,1,1,1,1) skips all strains.
python/tests/test_type_conversions.py:214
Method
test_trump_filter_all_zeros
Test that trump_filter (0,0,0,0,0) includes all strains.
python/tests/test_type_conversions.py:205
Method
test_trump_filter_boundary_invalid_2
Test that trump_filter value 2 is invalid.
python/tests/test_type_conversions.py:252
Method
test_trump_filter_boundary_invalid_minus1
Test that trump_filter value -1 is invalid.
python/tests/test_type_conversions.py:247
Method
test_trump_filter_boundary_valid_0
Test that trump_filter value 0 is valid.
python/tests/test_type_conversions.py:229
Method
test_trump_filter_boundary_valid_1
Test that trump_filter value 1 is valid.
python/tests/test_type_conversions.py:238
Method
test_trump_filter_partial_skip
Test that trump_filter can skip some strains.
python/tests/test_type_conversions.py:220
Method
trick_to_text
library/src/solver_context/solver_context.cpp:433
Function
trimTrailing
library/tests/parse.cpp:639
Function
undo_0
library/src/ab_search.cpp:988
Function
undo_0_simple
library/src/ab_search.cpp:1047
Method
update_entry_hist
library/src/trans_table/trans_table_l.cpp:1643
Method
update_sop
library/src/trans_table/trans_table_s.cpp:926
Method
update_suit_hist
library/src/trans_table/trans_table_l.cpp:1318
Method
wipe
library/src/trans_table/trans_table_s.cpp:270
Method
~ABstats
library/src/ab_stats.cpp:29
Method
~Memory
library/src/system/memory.cpp:23
Method
~MemoryTracker
library/tests/trans_table/test_utilities.cpp:82
Method
~MockTransTable
library/tests/trans_table/trans_table_base_test.cpp:37
Method
~Moves
library/src/moves/moves.cpp:95
Method
~Scheduler
library/src/system/scheduler.cpp:114
Method
~System
library/src/system/system.cpp:157
Method
~TestTimer
library/tests/TestTimer.cpp:33
Method
~ThreadMgr
library/src/system/thread_mgr.cpp:25
Method
~TimeStat
library/src/system/time_stat.cpp:25
Method
~TimeStatList
library/src/system/time_stat_list.cpp:24
Method
~Timer
library/src/system/timer.cpp:27
Method
~TimerGroup
library/src/system/timer_group.cpp:25
Method
~TimerList
library/src/system/timer_list.cpp:24
Method
~TransTable
library/src/trans_table/trans_table.hpp:105
Method
~TransTableL
* @brief Destroy the TransTableL object and free all memory. * * Calls ReturnAllMemory to release all allocated resources. */
library/src/trans_table/trans_table_l.cpp:226
Method
~TransTableS
* @brief Destroy the TransTableS object and free all memory. * * Calls ReturnAllMemory to release all allocated resources. */
library/src/trans_table/trans_table_s.cpp:82
← previous
801–843 of 843, ranked by callers