LIFTED_FN_SENTINEL

Constant LIFTED_FN_SENTINEL 

Source
pub const LIFTED_FN_SENTINEL: &str = "// __ONEDROP_LIFTED_FNS_END__";
Expand description

Marker line that separates module-scope user functions (lifted by lift_user_functions) from the fragment body inside the translated output. The codegen wrapper splits on this marker: text before goes before fs_main, text after goes inside it.