MCPcopy Create free account
hub / github.com/EndBug/version-check / logOutputs

Function logOutputs

src/main.ts:426–432  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

424}
425
426function logOutputs() {
427 startGroup('Outputs:')
428 for (const key in outputs) {
429 info(`${key}: ${outputs[key]}`)
430 }
431 endGroup()
432}
433// #endregion
434
435// #region Error classes

Callers 1

main.tsFile · 0.70

Calls 3

startGroupFunction · 0.85
infoFunction · 0.85
endGroupFunction · 0.85

Tested by

no test coverage detected