Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
38
export
const
config = /*@__PURE__*/
new
Config();
Callers
15
attachViewToDom
Function · 0.80
render
Method · 0.80
arrayToMap
Function · 0.80
app
Function · 0.80
app
Function · 0.80
app
Function · 0.80
activateWith
Function · 0.80
subscribeToRouteData
Method · 0.80
attachView
Function · 0.80
attachViewToDom
Function · 0.80
itemStyle
Method · 0.80
childrenStyle
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected