Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chjj/ttystudio
/ log
Function
log
lib/compile.js:72–75 ·
view source on GitHub ↗
* Helpers
()
Source
from the content-addressed store, hash-verified
70
*/
71
72
function
log() {
73
if
(!options.log)
return
;
74
return
console.error.apply(console, arguments);
75
}
76
77
/**
78
* Expose
Callers
1
compile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected