Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GDRETools/gdsdecomp
/ build_array
Function
build_array
tests/test_variant_compat.h:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
namespace TestVariantCompat {
18
19
static inline Array build_array() {
20
return Array();
21
}
22
23
template <typename... Targs>
24
static inline Array build_array(Variant item, Targs... Fargs) {
Callers
1
test_variant_compat.h
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected