MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / norm

Function norm

src/cli/render/tool-summary.ts:22–24  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

20const MAX_PREVIEW_LINES = 8;
21
22function norm(name: string): string {
23 return (name || '').toLowerCase().trim();
24}
25
26/** Build a compact display for a settled tool result. */
27export function summarizeToolResult(name: string, result: string, isError: boolean): ToolDisplay {

Callers 1

summarizeToolResultFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected