Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/socketstream/socketstream
/ UniqueSet
Function
UniqueSet
lib/utils/unique_set.js:13–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
exports.UniqueSet = (
function
() {
12
13
function
UniqueSet() {
14
this.data = {};
15
}
16
17
/**
18
* @ngdoc service
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected