MCPcopy Create free account
hub / github.com/go-dev-frame/sponge / Name

Method Name

pkg/encoding/encoding.go:27–27  ·  view source on GitHub ↗

Name returns the name of the Codec implementation. The returned string will be used as part of content type in transmission. The result must be static; the result cannot change between calls.

()

Source from the content-addressed store, hash-verified

25 // will be used as part of content type in transmission. The result must be
26 // static; the result cannot change between calls.
27 Name() string
28}
29
30var registeredCodecs = make(map[string]Codec)

Callers 15

RegisterCodecFunction · 0.65
listDirectoryFunction · 0.65
typeForValueFunction · 0.65
disambiguateFloatIntFunction · 0.65
GetSuffixDirFunction · 0.65
ListDirsFunction · 0.65
FilterDirsFunction · 0.65
walkDirWithFilterFunction · 0.65
walkDir2Function · 0.65
walkDirFunction · 0.65
GetTableNameFunction · 0.65
TestInitFunction · 0.65

Implementers 3

codecpkg/encoding/encoding_test.go
codecpkg/encoding/proto/proto.go
codecpkg/encoding/json/json.go

Calls

no outgoing calls

Tested by 6

TestInitFunction · 0.52
TestInitMysqlFunction · 0.52
TestInitTidbFunction · 0.52
TestInitFunction · 0.52
TestConsumerGroupFunction · 0.52
TestExchangeFunction · 0.52