Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Geode-solutions/OpenGeode
/ create_bool_vector
Function
create_bool_vector
tests/basic/test-algorithm.cpp:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
#include <geode/tests/common.hpp>
32
33
std::vector< bool > create_bool_vector()
34
{
35
return { false, true, false, false };
36
}
37
38
std::vector< double > create_double_vector()
39
{
Callers
2
test_delete_vector_elements
Function · 0.85
test_extract_vector_elements
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected