MCPcopy
hub / github.com/apache/caldera / removeSection

Function removeSection

static/js/shared.js:278–280  ·  view source on GitHub ↗
(identifier)

Source from the content-addressed store, hash-verified

276
277// TODO: remove this from all individual plugins in future, as close (x) will be in the tab rather than inside the plugins itself
278function removeSection(identifier) {
279 $('#' + identifier).remove();
280}
281
282function b64DecodeUnicode(str) { //https://stackoverflow.com/a/30106551
283 if (str != null) {

Callers

nothing calls this directly

Calls 2

$Function · 0.50
removeMethod · 0.45

Tested by

no test coverage detected