MCPcopy Index your code
hub / github.com/microsoft/SandDance / pushState

Function pushState

docs/app/js/sanddance-app.js:149566–149573  ·  view source on GitHub ↗
(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

Calls 3

refFunction · 0.70
SieveFunction · 0.70
addMethod · 0.45

Tested by

no test coverage detected