MCPcopy Create free account
hub / github.com/compozy/agh / timePointer

Function timePointer

internal/cli/task_test.go:2894–2897  ·  view source on GitHub ↗
(value time.Time)

Source from the content-addressed store, hash-verified

2892}
2893
2894func timePointer(value time.Time) *time.Time {
2895 cloned := value
2896 return &cloned
2897}
2898
2899func sampleTaskRunRecord(status taskpkg.RunStatus) TaskRunRecord {
2900 record := TaskRunRecord{

Callers 2

sampleTaskRunRecordFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected