You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vlib/v/gen/c/cgen.v
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -246,6 +246,7 @@ mut:
246
246
has_reflection bool
247
247
reflection_strings &map[string]int
248
248
defer_return_tmp_var string
249
+
vweb_filter_fn_name string// vweb__filter or x__vweb__filter, used by $vweb.html() for escaping strings in the templates, depending on which `vweb` import is used
0 commit comments