MCPcopy Create free account
hub / github.com/couchbase/cbft / GetManagerOptions

Method GetManagerOptions

unmarshal.go:45–47  ·  view source on GitHub ↗

GetManagerOptions gets the manager options

()

Source from the content-addressed store, hash-verified

43
44// GetManagerOptions gets the manager options
45func (p *CustomJSONImpl) GetManagerOptions() map[string]string {
46 return p.mgr.GetOptions()
47}
48
49// GetParserType returns the custom parser type
50func (p *CustomJSONImpl) GetParserType() string {

Callers 3

mustEncodeFunction · 0.80
UnmarshalJSONFunction · 0.80
MarshalJSONFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected