Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/teivah/100-go-mistakes
/ isFunction
Function
isFunction
site/assets/javascripts/lunr/wordcut.js:1548–1550 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
1546
};
1547
1548
function
isFunction(arg) {
1549
return
typeof arg ===
'function'
;
1550
}
1551
1552
function
isNumber(arg) {
1553
return
typeof arg ===
'number'
;
Callers
2
wordcut.js
File · 0.85
formatValue
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected