Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ isFunction
Function
isFunction
lib/utils.js:33–35 ·
view source on GitHub ↗
(fn)
Source
from the content-addressed store, hash-verified
31
}
32
33
export
const
isFunction =
function
(fn) {
34
return
typeof fn ===
'function'
35
}
36
37
export
const
isAsyncFunction =
function
(fn) {
38
if
(!fn)
return
false
Callers
6
hooks.js
File · 0.90
get
Function · 0.90
_ensureInitialized
Method · 0.90
_initWorkers
Method · 0.90
splitTestsByGroups
Method · 0.90
pushToMethods
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected