Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
has
Function · 0.80
connectedCallback
Method · 0.80
setValueFromUrl
Method · 0.80
setValueFromUrl
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected