MCPcopy Create free account
hub / github.com/csskit/csskit / has

Method has

website/script/index.js:105–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 }
104
105 has() {
106 try {
107 return this.store.has();
108 } catch (e) {
109 console.error(e);
110 return false;
111 }
112 }
113
114 async get() {
115 try {

Callers 4

hasFunction · 0.80
connectedCallbackMethod · 0.80
setValueFromUrlMethod · 0.80
setValueFromUrlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected