Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/llama.cpp-deepseek-v4-flash
/ assert_true
Method
assert_true
tests/testing.h:193–195 ·
view source on GitHub ↗
Assertions
Source
from the content-addressed store, hash-verified
191
192
// Assertions
193
bool assert_true(bool cond) {
194
return assert_true(
""
, cond);
195
}
196
197
bool assert_true(const std::string &msg, bool cond) {
198
++assertions;
Callers
15
test_calculate_diff_split_tag_boundaries
Function · 0.80
test_compare_variants_basic
Function · 0.80
test_compare_variants_messages_modifier
Function · 0.80
test_compare_variants_tools_modifier
Function · 0.80
test_compare_variants_both_modifiers
Function · 0.80
test_compare_variants_template_failure
Function · 0.80
test_compare_variants_identity
Function · 0.80
load_seed_oss_template
Function · 0.80
test_seed_oss_tool_presence
Function · 0.80
test_seed_oss_call_count
Function · 0.80
test_seed_oss_function_names
Function · 0.80
test_seed_oss_argument_count
Function · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected