MCPcopy Create free account
hub / github.com/bytecodealliance/ComponentizeJS / get

Method get

test/cases/resource-top-level/thing.js:5–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3 this.v = v;
4 }
5 get() {
6 return this.v;
7 }
8 set(v) {
9 this.v = v;
10 }

Callers 9

testFunction · 0.95
fFunction · 0.45
getResultFunction · 0.45
call_catch_handlerFunction · 0.45
componentize_bindgenFunction · 0.45
render_export_importsMethod · 0.45
stub_wasi_importsFunction · 0.45
stub_importFunction · 0.45

Calls

no outgoing calls

Tested by 1

testFunction · 0.76