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

Function get

lib/internal/modules/esm/hooks.js:75–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 __proto__: null,
74 configurable: true,
75 get() {
76 emitImportAssertionWarning();
77 return this.importAttributes;
78 },
79 set(value) {
80 emitImportAssertionWarning();
81 return ReflectSet(this, 'importAttributes', value);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected