Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/postcss/postcss
/ catch
Method
catch
lib/lazy-result.js:197–199 ·
view source on GitHub ↗
(onRejected)
Source
from the content-addressed store, hash-verified
195
}
196
197
catch(onRejected) {
198
return
this.
async
().catch(onRejected)
199
}
200
201
finally(onFinally) {
202
return
this.
async
().then(onFinally, onFinally)
Callers
1
processor.test.ts
File · 0.45
Calls
1
async
Method · 0.95
Tested by
no test coverage detected