MCPcopy Index your code
hub / github.com/github/docs / logStatus

Function logStatus

script/purge-fastly-by-url.js:106–110  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

104}
105
106function logStatus(result) {
107 // only log status if it's not ok
108 if (JSON.parse(result).status === 'ok') return
109 console.log(result)
110}

Callers 1

purgeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected