MCPcopy Create free account
hub / github.com/github/gh-aw / attachExecutionState

Function attachExecutionState

actions/setup/js/safe_output_execution_metadata.cjs:236–242  ·  view source on GitHub ↗
(result, beforeState, afterState)

Source from the content-addressed store, hash-verified

234}
235
236function attachExecutionState(result, beforeState, afterState) {
237 return {
238 ...result,
239 ...(beforeState ? { before_state: beforeState } : {}),
240 ...(afterState ? { after_state: afterState } : {}),
241 };
242}
243
244module.exports = {
245 attachExecutionState,

Callers 7

mainFunction · 0.85
replace_label.cjsFile · 0.85
buildReviewSuccessResultFunction · 0.85
add_labels.cjsFile · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected