MCPcopy Create free account
hub / github.com/GNOME/gjs / isInternal

Method isInternal

modules/internal/internalLoader.js:69–72  ·  view source on GitHub ↗

* Determines whether a module gets access to import.meta.importSync(). * * @param {Uri} uri real URI of the module (file:/// or resource:///)

(uri)

Source from the content-addressed store, hash-verified

67 * @param {Uri} uri real URI of the module (file:/// or resource:///)
68 */
69 isInternal(uri) {
70 void uri;
71 return false;
72 }
73
74 /**
75 * Loads a file or resource URI synchronously

Callers 1

resolveModuleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected