Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cline/cline
/ error
Function
error
apps/cli/src/connectors/chat-runtime.ts:20–22 ·
view source on GitHub ↗
(message: string, ...args: unknown[])
Source
from the content-addressed store, hash-verified
18
});
19
},
20
error(message: string, ...args: unknown[]) {
21
adapter.core.error?.(message, args.length > 0 ? { args } : undefined);
22
},
23
};
24
}
25
Callers
nothing calls this directly
Calls
1
error
Method · 0.45
Tested by
no test coverage detected