Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mobile-next/mobile-mcp
/ trace
Function
trace
src/logger.ts:15–17 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
13
};
14
15
export
const
trace = (message: string) => {
16
writeLog(message);
17
};
18
19
export
const
error = (message: string) => {
20
writeLog(message);
Callers
7
startWda
Method · 0.90
installApp
Method · 0.90
toBuffer
Method · 0.90
toBufferWithSips
Method · 0.90
toBufferWithImageMagick
Method · 0.90
tool
Function · 0.90
createMcpServer
Function · 0.90
Calls
1
writeLog
Function · 0.85
Tested by
no test coverage detected