MCPcopy Create free account
hub / github.com/Threadfin/Threadfin / readyForConfiguration

Function readyForConfiguration

ts/configuration_ts.ts:101–108  ·  view source on GitHub ↗
(wizard:number)

Source from the content-addressed store, hash-verified

99
100
101function readyForConfiguration(wizard:number) {
102
103 var server:Server = new Server("getServerConfig")
104 server.request(new Object())
105
106 configurationWizard[wizard].createWizard()
107
108}
109
110function saveWizard() {
111

Callers

nothing calls this directly

Calls 2

requestMethod · 0.95
createWizardMethod · 0.45

Tested by

no test coverage detected