Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/zxlie/FeHelper
/ _clearOptionBar
Function
_clearOptionBar
apps/json-format/format-lib.js:116–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
114
};
115
116
let
_clearOptionBar =
function
() {
117
try {
118
$(
'#optionBar'
).html(
''
).hide();
119
} catch (e) {
120
}
121
};
122
123
let
_canRenderFormattedResult =
function
() {
124
try {
Callers
4
_downloadSupport
Function · 0.85
_buildOptionBar
Function · 0.85
format
Function · 0.85
formatSync
Function · 0.85
Calls
2
hide
Method · 0.80
$
Function · 0.50
Tested by
no test coverage detected