MCPcopy
hub / github.com/go-task/task / Copier

Interface Copier

internal/deepcopy/deepcopy.go:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type Copier[T any] interface {
10 DeepCopy() T
11}
12
13func Scalar[T any](orig *T) *T {
14 if orig == nil {

Callers 8

compiledTaskMethod · 0.65
resolveMatrixRefsFunction · 0.65
MaskSecretsWithExtraFunction · 0.65
SliceFunction · 0.65
MapFunction · 0.65
OrderedMapFunction · 0.65
DeepCopyMethod · 0.65
DeepCopyMethod · 0.65

Implementers 14

Locationtaskfile/ast/location.go
Cmdtaskfile/ast/cmd.go
Includetaskfile/ast/include.go
Deptaskfile/ast/dep.go
Matrixtaskfile/ast/matrix.go
MatrixRowtaskfile/ast/matrix.go
Fortaskfile/ast/for.go
Preconditiontaskfile/ast/precondition.go
Platformtaskfile/ast/platforms.go
Varstaskfile/ast/vars.go
Requirestaskfile/ast/requires.go
Enumtaskfile/ast/requires.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…