Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/socketstream/socketstream
/ views
Function
views
lib/client/index.js:177–179 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
175
return
path.join(ss.root,options.dirs.assets);
176
},
177
get views() {
178
return
path.join(ss.root,options.dirs.views);
179
}
180
},
181
182
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected