MCPcopy Create free account
hub / github.com/socketstream/socketstream / static

Function static

lib/client/index.js:171–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169 return path.join(ss.root,options.dirs.css);
170 },
171 get static() {
172 return path.join(ss.root,options.dirs.static);
173 },
174 get assets() {
175 return path.join(ss.root,options.dirs.assets);
176 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected