MCPcopy Create free account
hub / github.com/marmotedu/iam / Reference

Method Reference

internal/pkg/code/code.go:43–45  ·  view source on GitHub ↗

Reference returns the reference document.

()

Source from the content-addressed store, hash-verified

41
42// Reference returns the reference document.
43func (coder ErrCode) Reference() string {
44 return coder.Ref
45}
46
47// HTTPStatus returns the associated HTTP status code, if any. Otherwise,
48// returns 200.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected