Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ get_value_a
Function
get_value_a
unittests/compiled_tests.cpp:943–946 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
941
942
943
int get_value_a(const std::map<std::string, int> &t_m)
944
{
945
return t_m.at(
"a"
);
946
}
947
948
949
TEST_CASE(
"Map conversions"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected