Function name [src]

Prototype

pub fn name(self: Instruction.Index, function: *const Function) String

Parameters

self: Instruction.Indexfunction: *const Function

Source

pub fn name(self: Instruction.Index, function: *const Function) String { return function.names[@intFromEnum(self)]; }