MCPcopy Index your code
hub / github.com/nodejs/node / test-async-local-storage-isolation.js

File test-async-local-storage-isolation.js

test/parallel/test-async-local-storage-isolation.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2const common = require('../common');
3const { AsyncLocalStorage } = require('node:async_hooks');
4const assert = require('node:assert');

Callers

nothing calls this directly

Calls 5

requireFunction · 0.50
getStoreMethod · 0.45
runMethod · 0.45
enterWithMethod · 0.45
disableMethod · 0.45

Tested by

no test coverage detected