MCPcopy Create free account
hub / github.com/breck7/scroll / doesExtend

Method doesExtend

external/.scrollLibs.js:15471–15473  ·  view source on GitHub ↗
(parserId)

Source from the content-addressed store, hash-verified

15469 return this._getAtoms(0)
15470 }
15471 doesExtend(parserId) {
15472 return false
15473 }
15474 require(moduleName, filePath) {
15475 if (!this.isNodeJs()) return window[moduleName]
15476 return require(filePath || moduleName)

Callers 4

compileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected