MCPcopy Create free account
hub / github.com/neomjs/neo / construct

Method construct

examples/component/wrapper/googleMaps/MapComponent.mjs:65–69  ·  view source on GitHub ↗

* @param {Object} config

(config)

Source from the content-addressed store, hash-verified

63 * @param {Object} config
64 */
65 construct(config) {
66 super.construct(config);
67
68 this.fetchData()
69 }
70
71 /**
72 * Ajax request to get the Marker Data

Callers

nothing calls this directly

Calls 1

fetchDataMethod · 0.95

Tested by

no test coverage detected