Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
type
Copier[T any]
interface
{
10
DeepCopy() T
11
}
12
13
func
Scalar[T any](orig *T) *T {
14
if
orig == nil {
Callers
8
compiledTask
Method · 0.65
resolveMatrixRefs
Function · 0.65
MaskSecretsWithExtra
Function · 0.65
Slice
Function · 0.65
Map
Function · 0.65
OrderedMap
Function · 0.65
DeepCopy
Method · 0.65
DeepCopy
Method · 0.65
Implementers
14
Location
taskfile/ast/location.go
Cmd
taskfile/ast/cmd.go
Include
taskfile/ast/include.go
Dep
taskfile/ast/dep.go
Matrix
taskfile/ast/matrix.go
MatrixRow
taskfile/ast/matrix.go
For
taskfile/ast/for.go
Precondition
taskfile/ast/precondition.go
Platform
taskfile/ast/platforms.go
Vars
taskfile/ast/vars.go
Requires
taskfile/ast/requires.go
Enum
taskfile/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…