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

Method get

src/js/visuals/tree.js:7–9  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

5 }
6
7 get(key) {
8 return this.attributes[key];
9 }
10
11 set(key, value) {
12 if (typeof key === 'object') {

Callers 15

removeKeysMethod · 0.95
validateAtInitMethod · 0.45
getIDMethod · 0.45
initializeMethod · 0.45
getCommitPositionMethod · 0.45
getDashArrayMethod · 0.45
getIsMainMethod · 0.45
getFlipValueMethod · 0.45
refreshOffsetMethod · 0.45
getArrowTransformMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected