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

Function faviconPath

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

Source from the content-addressed store, hash-verified

199 options: options,
200
201 get faviconPath() {
202 return path.join(ss.root,options.dirs.static,'favicon.ico'); //TODO find the one present
203 },
204
205 // Merge optional options
206 set: function(newOption) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected