MCPcopy Create free account
hub / github.com/Noumena-Network/code / reportPermissionWait

Function reportPermissionWait

src/utils/swarm/inProcessRunner.ts:206–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204 // Report permission wait time to the caller so it can be
205 // subtracted from the displayed elapsed time.
206 const reportPermissionWait = () => {
207 onPermissionWaitMs?.(Date.now() - permissionStartMs)
208 }
209
210 const onAbortListener = () => {
211 if (decisionMade) return

Callers 5

onAbortListenerFunction · 0.85
onAbortFunction · 0.85
onAllowFunction · 0.85
onRejectFunction · 0.85
recheckPermissionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected