Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ get_value
Method
get_value
unittests/compiled_tests.cpp:425–425 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
423
Short_Comparison_Test() : value_(5) {}
424
425
short get_value() const { return value_; }
426
427
short value_;
428
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected