MCPcopy
hub / github.com/streetwriters/notesnook / push

Function push

apps/mobile/worker.js:7765–7767  ·  view source on GitHub ↗
(value, key)

Source from the content-addressed store, hash-verified

7763const { prototype } = CSSStyleDeclaration$1;
7764
7765function push(value, key) {
7766 if (key !== PRIVATE) this.push(`${key}:${value}`);
7767}
7768
7769// https://dom.spec.whatwg.org/#interface-event
7770

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected