Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atripati/ark
/ ToolDef
Struct
ToolDef
pkg/tools/github.go:82–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
type
ToolDef
struct
{
83
ID, Name, Desc, Schema string
84
}
85
86
func
GitHubToolDefs() []ToolDef {
87
return
[]ToolDef{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected