MCPcopy Index your code
hub / github.com/dunglas/httpsfv / Names

Method Names

dictionary.go:66–68  ·  view source on GitHub ↗

Names retrieves the list of member names in the appropriate order.

()

Source from the content-addressed store, hash-verified

64
65// Names retrieves the list of member names in the appropriate order.
66func (d *Dictionary) Names() []string {
67 return d.names
68}
69
70func (d *Dictionary) marshalSFV(b *strings.Builder) error {
71 last := len(d.names) - 1

Callers 1

TestMarshalDictionnaryFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestMarshalDictionnaryFunction · 0.76