MCPcopy Create free account
hub / github.com/TechniqueSoftware/react-json-schema / getComponentMap

Method getComponentMap

lib/ReactJsonSchema.js:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 getComponentMap() {
62 return componentMapCollection.get(this);
63 }
64
65 setComponentMap(componentMap) {
66 componentMapCollection.set(this, componentMap);

Callers 2

resolveComponentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected