MCPcopy Create free account
hub / github.com/WendellCraft/ModpackDebuggerKit / emitLog

Method emitLog

app.go:176–181  ·  view source on GitHub ↗
(message, level string)

Source from the content-addressed store, hash-verified

174}
175
176func (a *App) emitLog(message, level string) {
177 if a.ctx == nil {
178 return
179 }
180 wailsRuntime.EventsEmit(a.ctx, "log", LogMessage{Message: message, Level: level})
181}
182
183func (a *App) emitTestGroup(info TestGroupInfo) {
184 if a.ctx == nil {

Callers 15

runDebugScanMethod · 0.95
restoreAllModsMethod · 0.95
binarySearchMethod · 0.95
testGroupMethod · 0.95
waitForTestResultMethod · 0.95
NewProjectMethod · 0.95
saveToFileMethod · 0.95
LoadProjectMethod · 0.95
SetModFolderPathMethod · 0.95
CreateSnapshotMethod · 0.95
DetectNewModsMethod · 0.95
SaveNewModsForLaterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected