MCPcopy
hub / github.com/pcottle/learnGitBranching / removeKeys

Method removeKeys

src/js/visuals/tree.js:30–36  ·  view source on GitHub ↗
(keys)

Source from the content-addressed store, hash-verified

28 }
29
30 removeKeys(keys) {
31 keys.forEach(function(key) {
32 if (this.get(key)) {
33 this.get(key).remove();
34 }
35 }, this);
36 }
37
38 animateAttrKeys(keys, attrObj, speed, easing) {
39 // either we animate a specific subset of keys or all

Callers 4

removeMethod · 0.45
removeMethod · 0.45
removeMethod · 0.45
removeMethod · 0.45

Calls 3

getMethod · 0.95
forEachMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected