MCPcopy
hub / github.com/caddyserver/caddy / Type

Method Type

modules/caddyhttp/celmatcher.go:343–343  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

341 return types.ValOrErr(other, "%v is not comparable type", other)
342}
343func (celPkixName) Type() ref.Type { return pkixNameCELType }
344func (pn celPkixName) Value() any { return pn }
345
346// celTypeAdapter can adapt our custom types to a CEL value.

Callers 6

LoadModuleMethod · 0.45
LoadModuleByIDMethod · 0.45
caddyPlaceholderFuncMethod · 0.45
isCELStringLiteralFunction · 0.45
isCELStringLiteralFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected