Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_isCustomLocator
Method · 0.95
Calls
1
includes
Method · 0.80
Tested by
no test coverage detected