← back to jorge-barreto__orc

All specs 2 total

All specs Real LLM only Function bodies
doctor.gatherTimingREAL LLM gemma4:latest · · unknown
internal/doctor/doctor.go
Retrieves and formats timing information for a specific phase from a directory containing build artifacts. It accepts two string inputs: the directory path and the target phase name. The function returns a single string summarizing the start times and durations for all matching phase entries, or an empty string if loading the timing data fails. No observable side effects occur beyond returning the formatted string.
doctor.gatherTimingtemplated static_go_v1 · O(n) · MIT
internal/doctor/doctor.go · L172
Go function `doctor.gatherTiming` accepting 2 parameter(s) and returning `string`.