MCPcopy
hub / github.com/neomjs/neo / getReference

Method getReference

src/component/Base.mjs:1338–1340  ·  view source on GitHub ↗

* convenience shortcut * @param {String} value * @returns {Neo.component.Base|null}

(value)

Source from the content-addressed store, hash-verified

1336 * @returns {Neo.component.Base|null}
1337 */
1338 getReference(value) {
1339 return this.down({reference: value})
1340 }
1341
1342 /**
1343 * Walks up the vdom tree and returns the closest theme found

Callers 15

beforeGetHelixMethod · 0.45
onCollapseButtonClickMethod · 0.45
addStoreItemsMethod · 0.45
applySummaryDataMethod · 0.45
getViewMethod · 0.45
onHashChangeMethod · 0.45
onLoadSummaryDataFailMethod · 0.45
onMainViewMountedMethod · 0.45
beforeGetGalleryMethod · 0.45
onCollapseButtonClickMethod · 0.45

Calls 1

downMethod · 0.95

Tested by

no test coverage detected