Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Waishnav/devspace
/ log
Function
log
scripts/dev-server.mjs:16–18 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
14
let
shuttingDown = false;
15
16
function
log(message) {
17
console.error(`[devspace:dev] ${message}`);
18
}
19
20
function
start() {
21
stoppingForRestart = false;
Callers
2
start
Function · 0.85
dev-server.mjs
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected