MCPcopy Create free account
hub / github.com/kataras/iris / Set

Method Set

httptest/httptest.go:27–29  ·  view source on GitHub ↗

Set is the func which makes the OptionSet an OptionSetter, this is used mostly

(c *Configuration)

Source from the content-addressed store, hash-verified

25
26// Set is the func which makes the OptionSet an OptionSetter, this is used mostly
27func (o OptionSet) Set(c *Configuration) {
28 o(c)
29}
30
31// Configuration httptest configuration
32type Configuration struct {

Callers

nothing calls this directly

Calls 1

oFunction · 0.85

Tested by

no test coverage detected