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

Method ConfigSet

context.go:305–307  ·  view source on GitHub ↗

ConfigSet get appset from config file update for issue #16 Config file

()

Source from the content-addressed store, hash-verified

303// ConfigSet get appset from config file
304// update for issue #16 Config file
305func (ctx *HttpContext) ConfigSet() core.ReadonlyMap {
306 return ctx.HttpServer().DotApp.Config.ConfigSet
307}
308
309// ViewData get view data context
310// lazy init when first use

Callers

nothing calls this directly

Calls 1

HttpServerMethod · 0.95

Tested by

no test coverage detected