MCPcopy
hub / github.com/pelletier/go-toml / Key

Method Key

errors.go:87–89  ·  view source on GitHub ↗

Key that was being processed when the error occurred.

()

Source from the content-addressed store, hash-verified

85
86// Key that was being processed when the error occurred.
87func (e *DecodeError) Key() Key {
88 return e.key
89}
90
91// wrapDecodeError creates a DecodeError from a ParserError. The highlight of
92// the ParserError needs to be a subslice of the document.

Calls

no outgoing calls