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

Method Val

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

Source from the content-addressed store, hash-verified

688func (m MapStringValue) Type() ValueType { return MapStringType }
689func (m MapStringValue) Value() interface{} { return m.v }
690func (m MapStringValue) Val() map[string]string { return m.v }
691func (m MapStringValue) MarshalJSON() ([]byte, error) { return json.Marshal(m.v) }
692func (m MapStringValue) ToString() string { return fmt.Sprintf("%v", m.v) }
693func (m MapStringValue) Len() int { return len(m.v) }

Callers 3

MapBoolMethod · 0.95
MapIntMethod · 0.95
MapNumberMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected