MCPcopy Create free account
hub / github.com/facebook/Rapid / getParam

Method getParam

modules/core/UrlHashSystem.js:197–199  ·  view source on GitHub ↗

* getParam * @param k {String} The key to get * @return {String} The value to return, or `undefined`

(k)

Source from the content-addressed store, hash-verified

195 * @return {String} The value to return, or `undefined`
196 */
197 getParam(k) {
198 return this._currParams.get(k);
199 }
200
201
202 /**

Callers 9

visibleMethod · 0.45
startAsyncMethod · 0.45
selectLocaleAsyncMethod · 0.45
_localeChangedMethod · 0.45
renderMethod · 0.45
updateFeatureFlagsMethod · 0.45
renderMethod · 0.45
renderFunction · 0.45

Calls 1

getMethod · 0.80

Tested by

no test coverage detected