Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zxlie/FeHelper
/ is_array
Function
is_array
apps/code-beautify/beautify.js:349–351 ·
view source on GitHub ↗
(mode)
Source
from the content-addressed store, hash-verified
347
}
348
349
function
is_array(mode) {
350
return
mode === MODE.ArrayLiteral;
351
}
352
353
function
is_expression(mode) {
354
return
in_array(mode, [MODE.Expression, MODE.ForInitializer, MODE.Conditional]);
Callers
1
beautify.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected