CodeURL

A way to identify a snippet of C/C++ code for testing.

A test exists somewhere in the code base named test in a D module module_. This test has an attached UDA with a code snippet.

Members

Variables

module_
string module_;
Undocumented in source.
test
string test;
Undocumented in source.

Meta