MCPcopy Create free account
hub / github.com/agent-tower/core / log

Function log

packages/desktop/src/main.ts:35–37  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

33}
34
35function log(message: string): void {
36 console.log(`[desktop] ${message}`);
37}
38
39function configureApplicationMenu(): void {
40 if (process.platform !== 'darwin' && app.isPackaged) {

Callers 7

getStartupTimeoutMsFunction · 0.70
startBackendFunction · 0.70
verifyTerminalCreateFunction · 0.70
verifySocketConnectionFunction · 0.70
createWindowFunction · 0.70
logMemorySnapshotFunction · 0.70
stopBackendFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected