Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
bfb233a8186b06d77576b9cd603b7418ad056f55
/
.
/
lib
/
xos-genx
/
xosgenx
/
checkers
/
model_policy.xchecker
blob: abbdd0dfc212223ecf635f1db53c4d9f10bdb718 [
file
] [
log
] [
blame
]
Sapan Bhatia
bfb233a
2018-02-09 14:53:09 -0800
[
diff
] [
blame^
]
1
{%
for
m
in
proto
.
messages
%}
2
{%
if
not
m
.
options
.
no_policy
%}
3
{{
xproto_check_policy
(
m
)
}}
4
{%
endif
%}
5
{%
endfor
%}