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

Method marshalSFV

encode.go:23–23  ·  view source on GitHub ↗
(b *strings.Builder)

Source from the content-addressed store, hash-verified

21// marshaler is the interface implemented by types that can marshal themselves into valid SFV.
22type marshaler interface {
23 marshalSFV(b *strings.Builder) error
24}
25
26// StructuredFieldValue represents a List, a Dictionary or an Item.

Callers 8

TestMarshalTokenFunction · 0.65
marshalSFVMethod · 0.65
TestMarshalDisplayStringFunction · 0.65
MarshalFunction · 0.65
marshalBareItemFunction · 0.65
marshalSFVMethod · 0.65
marshalSFVMethod · 0.65
marshalSFVMethod · 0.65

Implementers 4

Dictionarydictionary.go
Paramsparams.go
Itemitem.go
InnerListinnerlist.go

Calls

no outgoing calls

Tested by 2

TestMarshalTokenFunction · 0.52
TestMarshalDisplayStringFunction · 0.52