MCPcopy Create free account
hub / github.com/araddon/qlbridge / Val

Method Val

value/value.go:634–634  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

632func (m MapValue) Type() ValueType { return MapValueType }
633func (m MapValue) Value() interface{} { return m.v }
634func (m MapValue) Val() map[string]Value { return m.v }
635func (m MapValue) MarshalJSON() ([]byte, error) { return json.Marshal(m.v) }
636func (m MapValue) ToString() string { return fmt.Sprintf("%v", m.v) }
637func (m MapValue) Len() int { return len(m.v) }

Callers 1

TestStructWrapperFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestStructWrapperFunction · 0.76