MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / isCustom

Method isCustom

lib/locator.js:187–189  ·  view source on GitHub ↗

* @returns {boolean}

()

Source from the content-addressed store, hash-verified

185 * @returns {boolean}
186 */
187 isCustom() {
188 return !!this.type && !locatorTypes.includes(this.type)
189 }
190
191 /**
192 * @returns {boolean}

Callers 1

_isCustomLocatorMethod · 0.95

Calls 1

includesMethod · 0.80

Tested by

no test coverage detected