Map Create a map from two values. If the right side value is nil then does not evaluate. map(left, right) => map[string]value{left:right}
| 211 | // map(left, right) => map[string]value{left:right} |
| 212 | // |
| 213 | type MapFunc struct{} |
| 214 | |
| 215 | // Type is MapValueType |
| 216 | func (m *MapFunc) Type() value.ValueType { return value.MapValueType } |
nothing calls this directly
no outgoing calls
no test coverage detected