MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / set

Method set

core/src/global/config.ts:33–35  ·  view source on GitHub ↗
(key: keyof IonicConfig, value: any)

Source from the content-addressed store, hash-verified

31 }
32
33 set(key: keyof IonicConfig, value: any) {
34 this.m.set(key, value);
35 }
36}
37
38export const config = /*@__PURE__*/ new Config();

Callers 15

attachViewToDomFunction · 0.80
renderMethod · 0.80
arrayToMapFunction · 0.80
appFunction · 0.80
appFunction · 0.80
appFunction · 0.80
activateWithFunction · 0.80
subscribeToRouteDataMethod · 0.80
attachViewFunction · 0.80
attachViewToDomFunction · 0.80
itemStyleMethod · 0.80
childrenStyleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected