Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DjDeveloperr/deno_desktop
/ constructor
Method
constructor
src/core.js:115–118 ·
view source on GitHub ↗
([id, rid])
Source
from the content-addressed store, hash-verified
113
#id;
114
115
constructor([id, rid]) {
116
this.#id = id;
117
this.#rid = rid;
118
}
119
120
get rid() {
121
return
this.#rid;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected