{
"event": "PostToolUse",
"tool_name": "Read",
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/ValueObject\/MessageTiming.php",
"content": "\n public function durationMs(): ?float\n {\n if ($this->startMicrotime === null || $this->endMicrotime === null) {\n return null;\n }\n\n return ($this->endMicrotime - $this->startMicrotime) * 1000;\n }\n\n public function isComplete(): bool\n {\n return $this->startMicrotime !== null && $this->endMicrotime !== null;\n }\n",
"numLines": 15,
"startLine": 50,
"totalLines": 76
}
}
}