MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / CreateInfoLines

Function CreateInfoLines

rEFIt_UEFI/entry_scan/common.cpp:270–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268// TODO remove that and AlertMessage with a printf-like format
269
270STATIC void CreateInfoLines(IN CONST XStringW& Message, OUT XStringWArray* Information)
271{
272 if (Message.isEmpty()) {
273 return;
274 }
275 Information->setEmpty();
276 //TODO will fill later
277}
278
279#if 0 //not needed?
280STATIC void CreateInfoLines(IN CONST CHAR16 *Message, OUT XStringWArray* Information)

Callers 2

AlertMessageFunction · 0.85
YesNoMessageFunction · 0.85

Calls 5

StrStrFunction · 0.85
StrLenFunction · 0.50
isEmptyMethod · 0.45
setEmptyMethod · 0.45
AddReferenceMethod · 0.45

Tested by

no test coverage detected