MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / taskSignature

Function taskSignature

ui/backend.go:89–97  ·  view source on GitHub ↗
(record map[string]any)

Source from the content-addressed store, hash-verified

87}
88
89func taskSignature(record map[string]any) TaskSignature {
90 return TaskSignature{
91 Status: record["status"],
92 InputTokens: intFromAny(record["input_tokens"]),
93 OutputTokens: intFromAny(record["output_tokens"]),
94 ToolUseCount: intFromAny(record["tool_use_count"]),
95 DurationMS: intFromAny(record["duration_ms"]),
96 }
97}

Callers 1

renderFrameUpdatesMethod · 0.85

Calls 1

intFromAnyFunction · 0.70

Tested by

no test coverage detected