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

Function nativeTaskBlockExpiresAt

internal/daemon/native_tools.go:4519–4524  ·  view source on GitHub ↗
(expiresAt *time.Time)

Source from the content-addressed store, hash-verified

4517}
4518
4519func nativeTaskBlockExpiresAt(expiresAt *time.Time) time.Time {
4520 if expiresAt == nil {
4521 return time.Time{}
4522 }
4523 return expiresAt.UTC()
4524}
4525
4526func nativeOperatorActorContext(scope toolspkg.Scope) (taskpkg.ActorContext, error) {
4527 if scope.Operator {

Callers 1

taskBlockMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected