MCPcopy Index your code
hub / github.com/python/cpython / isErrnoError

Function isErrnoError

Platforms/emscripten/streams.mjs:33–35  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

31const DEVS = {};
32
33function isErrnoError(e) {
34 return e && typeof e === "object" && "errno" in e;
35}
36
37const waitBuffer = new Int32Array(
38 new WebAssembly.Memory({ shared: true, initial: 1, maximum: 1 }).buffer,

Callers 1

readWriteHelperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…