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

Method Data

unstable/parser.go:61–63  ·  view source on GitHub ↗

Data returns the slice provided to the last call to Reset.

()

Source from the content-addressed store, hash-verified

59
60// Data returns the slice provided to the last call to Reset.
61func (p *Parser) Data() []byte {
62 return p.data
63}
64
65// Range returns a range description that corresponds to a given slice of the
66// input. If the argument is not a subslice of the parser input, this function

Callers 3

rawKeySuffixMethod · 0.80
descendMethod · 0.80
rawValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected