Function
pushState
(encode, parent, lookup1)
Source from the content-addressed store, hash-verified
| 149564 | }, |
| 149565 | // ---- |
| 149566 | pushState (encode, parent, lookup1) { |
| 149567 | this._encode.push(ref(this.add(Sieve({ |
| 149568 | pulse: encode |
| 149569 | })))); |
| 149570 | this._parent.push(parent); |
| 149571 | this._lookup.push(lookup1 ? ref(this.proxy(lookup1)) : null); |
| 149572 | this._markpath.push(-1); |
| 149573 | }, |
| 149574 | popState () { |
| 149575 | this._encode.pop(); |
| 149576 | this._parent.pop(); |
Callers
nothing calls this directly
Tested by
no test coverage detected