MCPcopy 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

_downloadSupportFunction · 0.85
_buildOptionBarFunction · 0.85
formatFunction · 0.85
formatSyncFunction · 0.85

Calls 2

hideMethod · 0.80
$Function · 0.50

Tested by

no test coverage detected