MCPcopy Index your code
hub / github.com/bytecodealliance/ComponentizeJS / getA

Method getA

test/cases/resources/source.js:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5 this.a = a;
6 }
7 getA () {
8 return this.a;
9 }
10 setA (a) {
11 this.a = a;
12 }

Callers 4

addMethod · 0.45
addFunction · 0.45
testImportsFunction · 0.45
testFunction · 0.45

Calls

no outgoing calls

Tested by 1

testFunction · 0.36