Promotes an Array value to a MutableArray (in place) and returns it. Or if the value is already a MutableArray, just returns it. Else returns null. */
| 49 | /** Promotes an Array value to a MutableArray (in place) and returns it. |
| 50 | Or if the value is already a MutableArray, just returns it. Else returns null. */ |
| 51 | MutableArray* getMutableArray(slice key) {return heapDict()->getMutableArray(key);} |
| 52 | |
| 53 | /** Promotes a Dict value to a MutableDict (in place) and returns it. |
| 54 | Or if the value is already a MutableDict, just returns it. Else returns null. */ |
nothing calls this directly
no outgoing calls
no test coverage detected