MCPcopy
hub / github.com/widgetti/ipyvolume / get

Function get

docs/source/examples/js/ipyvolume_v0.6.0-dev.1.js:10320–10326  ·  view source on GitHub ↗
(type, name)

Source from the content-addressed store, hash-verified

10318};
10319
10320function get(type, name) {
10321 for (var i = 0, n = type.length, c; i < n; ++i) {
10322 if ((c = type[i]).name === name) {
10323 return c.value;
10324 }
10325 }
10326}
10327
10328function set(type, name, callback) {
10329 for (var i = 0, n = type.length; i < n; ++i) {

Callers 5

initFunction · 0.85
setFunction · 0.85
baseAtFunction · 0.85
baseMatchesPropertyFunction · 0.85

Calls 3

baseGetFunction · 0.85
getMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected