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

Method getDashArray

src/js/visuals/visBranch.js:150–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 }
149
150 getDashArray() {
151 if (!this.get('gitVisuals').getIsGoalVis()) {
152 return '';
153 }
154 return (this.getIsLevelBranchCompared()) ? '' : '--';
155 }
156
157 getIsGoalAndNotCompared() {
158 if (!this.get('gitVisuals').getIsGoalVis()) {

Callers 1

getAttributesMethod · 0.95

Calls 2

getMethod · 0.45

Tested by

no test coverage detected