Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zxlie/FeHelper
/ is_expression
Function
is_expression
apps/code-beautify/beautify.js:353–355 ·
view source on GitHub ↗
(mode)
Source
from the content-addressed store, hash-verified
351
}
352
353
function
is_expression(mode) {
354
return
in_array(mode, [MODE.Expression, MODE.ForInitializer, MODE.Conditional]);
355
}
356
357
function
all_lines_start_with(lines, c) {
358
for
(
var
i = 0; i < lines.length; i++) {
Callers
1
beautify.js
File · 0.85
Calls
1
in_array
Function · 0.85
Tested by
no test coverage detected