Function getCompileLogOutput [src]
Prototype
pub fn getCompileLogOutput(eb: ErrorBundle) [:0]const u8
Parameters
eb: ErrorBundle
Source
pub fn getCompileLogOutput(eb: ErrorBundle) [:0]const u8 {
return nullTerminatedString(eb, getErrorMessageList(eb).compile_log_text);
}