MCPcopy Index your code
hub / github.com/kataras/iris / Instance

Method Instance

context/problem.go:186–188  ·  view source on GitHub ↗

Instance sets the problem's instance field. A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.

(instanceURI string)

Source from the content-addressed store, hash-verified

184// occurrence of the problem. It may or may not yield further
185// information if dereferenced.
186func (p Problem) Instance(instanceURI string) Problem {
187 return p.Key("instance", instanceURI)
188}
189
190// Cause sets the problem's cause field.
191// Any chain of problems.

Callers 1

updateURIsToAbsMethod · 0.95

Calls 1

KeyMethod · 0.95

Tested by

no test coverage detected