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

Function output

src/main.ts:421–424  ·  view source on GitHub ↗
(name: outputKey, value?: string | boolean)

Source from the content-addressed store, hash-verified

419}
420
421function output(name: outputKey, value?: string | boolean) {
422 outputs[name] = value
423 return setOutput(name, `${value}`)
424}
425
426function logOutputs() {
427 startGroup('Outputs:')

Callers 4

mainFunction · 0.70
checkCommitsFunction · 0.70
checkDiffFunction · 0.70
main.tsFile · 0.70

Calls 1

setOutputFunction · 0.85

Tested by

no test coverage detected