MCPcopy Index your code
hub / github.com/nodejs/node / set

Function set

lib/internal/modules/esm/hooks.js:79–82  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

77 return this.importAttributes;
78 },
79 set(value) {
80 emitImportAssertionWarning();
81 return ReflectSet(this, 'importAttributes', value);
82 },
83 });
84}
85

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected