Function noCfiValue [src]
Prototype
pub fn noCfiValue(self: *Builder, function: Function.Index) Allocator.Error!Value
Parameters
self: *Builder
function: Function.Index
Source
pub fn noCfiValue(self: *Builder, function: Function.Index) Allocator.Error!Value {
return (try self.noCfiConst(function)).toValue();
}