MCPcopy Create free account
hub / github.com/github/gh-aw / getWorkflowsDir

Function getWorkflowsDir

pkg/cli/workflows.go:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func getWorkflowsDir() string {
38 return constants.GetWorkflowDir()
39}
40
41// readWorkflowFile reads a workflow file from either filesystem
42func readWorkflowFile(filePath string, workflowsDir string) ([]byte, string, error) {

Callers 13

InspectWorkflowMCPFunction · 0.85
recompileAllWorkflowsFunction · 0.85
RemoveWorkflowsFunction · 0.85
ListToolsForMCPFunction · 0.85
UpdateWorkflowsFunction · 0.85
RunWorkflowOnGitHubFunction · 0.85
getMarkdownWorkflowFilesFunction · 0.85
resolveWorkflowFileInDirFunction · 0.85

Calls 1

GetWorkflowDirFunction · 0.92