MCPcopy Index your code
hub / github.com/foxcpp/maddy / Process

Method Process

framework/config/map.go:648–650  ·  view source on GitHub ↗

Process maps variables from global configuration and block passed in NewMap. If Map instance was not created using NewMap - Process panics.

()

Source from the content-addressed store, hash-verified

646//
647// If Map instance was not created using NewMap - Process panics.
648func (m *Map) Process() (unknown []Node, err error) {
649 return m.ProcessWith(m.Globals, m.Block)
650}
651
652// Process maps variables from global configuration and block passed in arguments.
653func (m *Map) ProcessWith(globalCfg map[string]interface{}, block Node) (unknown []Node, err error) {

Calls 1

ProcessWithMethod · 0.95