MCPcopy
hub / github.com/googleapis/mcp-toolbox / Unmarshal

Method Unmarshal

internal/util/util.go:98–103  ·  view source on GitHub ↗
(v interface{})

Source from the content-addressed store, hash-verified

96}
97
98func (d *DelayedUnmarshaler) Unmarshal(v interface{}) error {
99 if d.unmarshal == nil {
100 return fmt.Errorf("nothing to unmarshal")
101 }
102 return d.unmarshal(v)
103}
104
105type contextKey string
106

Callers 15

InvokeMethod · 0.80
getStreamFunction · 0.80
getStreamFunction · 0.80
MapToAPOCSchemaFunction · 0.80
unmarshalProtoFunction · 0.80
InvokeMethod · 0.80
ConvertToTypeFunction · 0.80
UnmarshalYAMLMethod · 0.80
UnmarshalYAMLMethod · 0.80
parseFiltersMethod · 0.80
parseOrderByMethod · 0.80
InvokeMethod · 0.80

Calls

no outgoing calls