Promotes a Dict value to a MutableDict (in place) and returns it. Or if the value is already a MutableDict, just returns it. Else returns null. */
| 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. */ |
| 55 | MutableDict* getMutableDict(slice key) {return heapDict()->getMutableDict(key);} |
| 56 | |
| 57 | using iterator = internal::HeapDict::iterator; |
| 58 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected