Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-dbus-monitor
/
0049c98b6e4ee5fa5e78054a5a666b1e29598ab7
/
.
/
src
/
test
/
templates
/
callbackgroupgentest.mako.hpp
blob: 28b8ed8866c7858d46a0203444cbb50063705a46 [
file
] [
log
] [
blame
]
const
std
::
array
<
std
::
vector
<size_t>
,
$
{
len
(
callbackgroups
)}>
groups
=
{{
%
for
g
in
callbackgroups
:
{
$
{
', '
.
join
([
str
(
x
)
for
x
in
g
.
members
])}},
%
endfor
}};