MCPcopy
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
15export const trace = (message: string) => {
16 writeLog(message);
17};
18
19export const error = (message: string) => {
20 writeLog(message);

Callers 7

startWdaMethod · 0.90
installAppMethod · 0.90
toBufferMethod · 0.90
toBufferWithSipsMethod · 0.90
toolFunction · 0.90
createMcpServerFunction · 0.90

Calls 1

writeLogFunction · 0.85

Tested by

no test coverage detected