Function addFnAttr [src]
Prototype
pub fn addFnAttr(self: *Wip, attribute: Attribute, builder: *Builder) Allocator.Error!void
Parameters
self: *Wip
attribute: Attribute
builder: *Builder
Source
pub fn addFnAttr(self: *Wip, attribute: Attribute, builder: *Builder) Allocator.Error!void {
try self.addAttr(function_index, attribute, builder);
}