MCPcopy Create free account
hub / github.com/Work-Fisher/code-claw / logDesktop

Function logDesktop

desktop/main.mjs:27–29  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

25let productMeta = null
26
27function logDesktop(message) {
28 console.log(`[desktop] ${message}`)
29}
30
31async function loadProductMeta() {
32 if (productMeta) {

Callers 2

spawnLauncherFunction · 0.85
restartLauncherFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected