Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devld/go-drive
/ GetTaskCtx
Function
GetTaskCtx
script/object_context.go:36–42 ·
view source on GitHub ↗
(v any)
Source
from the content-addressed store, hash-verified
34
}
35
36
func
GetTaskCtx(v any) types.TaskCtx {
37
switch
v := v.(
type
) {
38
case
TaskCtx:
39
return
v.v
40
}
41
return
nil
42
}
43
44
type
Context
struct
{
45
vm *VM
Callers
7
ProgressReader
Method · 0.85
Save
Method · 0.85
Copy
Method · 0.85
Move
Method · 0.85
Delete
Method · 0.85
vm_buildEntriesTree
Function · 0.85
vm_findEntries
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected