MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / get

Method get

src/core/runtime/runtime.js:27–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 if (typeof navigator !== "undefined" && navigator.clipboard) {
26 Object.defineProperty(this.locals, 'clipboard', {
27 get() { return navigator.clipboard.readText(); },
28 set(v) { navigator.clipboard.writeText(String(v)); },
29 enumerable: false,
30 configurable: true

Callers 15

formatErrorsMethod · 0.45
_getObjectStateMethod · 0.45
notifyGlobalSymbolMethod · 0.45
notifyElementSymbolMethod · 0.45
notifyPropertyMethod · 0.45
_handleDOMEventMethod · 0.45
_subscribeEffectMethod · 0.45
_unsubscribeEffectMethod · 0.45
_cleanupOrphanedDepsMethod · 0.45
_morphChildrenFunction · 0.45
_findBestMatchFunction · 0.45

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected