Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
426
function
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.ts
File · 0.70
Calls
3
startGroup
Function · 0.85
info
Function · 0.85
endGroup
Function · 0.85
Tested by
no test coverage detected