Function getOutput [src]
Prototype
pub fn getOutput(translate_c: *TranslateC) std.Build.LazyPath
Parameters
translate_c: *TranslateC
Source
pub fn getOutput(translate_c: *TranslateC) std.Build.LazyPath {
return .{ .generated = .{ .file = &translate_c.output_file } };
}