MCPcopy Create free account
hub / github.com/go-task/task / Node

Struct Node

taskrc/node.go:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5)
6
7type Node struct {
8 entrypoint string
9}
10
11func NewNode(
12 entrypoint string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected