Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
106
function
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
purge
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected