MCPcopy
hub / github.com/bcoin-org/bcoin / log

Method log

browser/wsproxy.js:180–183  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

178 }
179
180 log(...args) {
181 process.stdout.write('wsproxy: ');
182 console.log(...args);
183 }
184
185 attach(server) {
186 this.io.attach(server);

Callers 15

handleConnectMethod · 0.95
updateVersionFunction · 0.45
wipeTXDBFunction · 0.45
patchAccountsFunction · 0.45
indexPathsFunction · 0.45
patchPathMapsFunction · 0.45
updateLookaheadFunction · 0.45
walletdb5to6.jsFile · 0.45
readJournalFunction · 0.45
updateVersionFunction · 0.45
reserializeUndoFunction · 0.45
cleanupIndexFunction · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected