MCPcopy Create free account
hub / github.com/devfeel/dotweb / SetConfig

Method SetConfig

dotweb.go:325–327  ·  view source on GitHub ↗

SetConfig set config for app

(config *config.Config)

Source from the content-addressed store, hash-verified

323
324// SetConfig set config for app
325func (app *DotWeb) SetConfig(config *config.Config) {
326 app.Config = config
327}
328
329// ReSetConfig reset config for app
330// only apply when app is running

Callers 3

newConfigDotWebFunction · 0.80
ClassicWithConfFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

newConfigDotWebFunction · 0.64