Directories
¶
| Path | Synopsis |
|---|---|
|
Package op owns the concrete graph data model types shared by the execution engine, Starlark layer, and CLI tools.
|
Package op owns the concrete graph data model types shared by the execution engine, Starlark layer, and CLI tools. |
|
provider
Package provider registers all operation graph providers.
|
Package provider registers all operation graph providers. |
|
provider/archive
Package archive provides archive extraction actions for the operation graph.
|
Package archive provides archive extraction actions for the operation graph. |
|
provider/encryption
Package encryption provides encryption and decryption actions for the operation graph.
|
Package encryption provides encryption and decryption actions for the operation graph. |
|
provider/file
Package file provides filesystem actions for the operation graph.
|
Package file provides filesystem actions for the operation graph. |
|
provider/file/gitignore
Package gitignore provides gitignore-aware file filtering using go-git's gitignore package.
|
Package gitignore provides gitignore-aware file filtering using go-git's gitignore package. |
|
provider/json
Package json provides JSON encoding and decoding for the operation graph.
|
Package json provides JSON encoding and decoding for the operation graph. |
|
provider/net
Package net provides network actions for the operation graph.
|
Package net provides network actions for the operation graph. |
|
provider/pkg
Package pkg provides package management actions for the operation graph.
|
Package pkg provides package management actions for the operation graph. |
|
provider/platform
Package platform is a data provider — the Starlark surface for op.Context.Platform.
|
Package platform is a data provider — the Starlark surface for op.Context.Platform. |
|
provider/regexp
Package regexp provides regular expression operations for the operation graph.
|
Package regexp provides regular expression operations for the operation graph. |
|
provider/service
Package service provides platform-agnostic service management actions.
|
Package service provides platform-agnostic service management actions. |
|
provider/shell
Package shell provides shell command execution actions for the operation graph.
|
Package shell provides shell command execution actions for the operation graph. |
|
provider/staranalysis
Package staranalysis provides combined analysis of Starlark source files, combining stats, complexity scoring, indexing, and hotspot detection.
|
Package staranalysis provides combined analysis of Starlark source files, combining stats, complexity scoring, indexing, and hotspot detection. |
|
provider/starcode
Package starcode provides Starlark source file capture with glob pattern matching, .gitignore awareness, and optional .bzl file inclusion.
|
Package starcode provides Starlark source file capture with glob pattern matching, .gitignore awareness, and optional .bzl file inclusion. |
|
provider/starcomplexity
Package starcomplexity computes cyclomatic and cognitive complexity metrics for Starlark source files.
|
Package starcomplexity computes cyclomatic and cognitive complexity metrics for Starlark source files. |
|
provider/starindex
Package starindex provides AST-based indexing of Starlark source files, extracting functions, loads, globals, and line statistics.
|
Package starindex provides AST-based indexing of Starlark source files, extracting functions, loads, globals, and line statistics. |
|
provider/starsources
Package starsources holds a captured set of Starlark source files and provides delegation methods for indexing, stats, and analysis.
|
Package starsources holds a captured set of Starlark source files and provides delegation methods for indexing, stats, and analysis. |
|
provider/starstats
Package starstats computes line and byte statistics for Starlark source files.
|
Package starstats computes line and byte statistics for Starlark source files. |
|
provider/template
Package template provides template expansion actions for the operation graph.
|
Package template provides template expansion actions for the operation graph. |
|
provider/ui
Package ui provides user-facing terminal messaging for the operation graph.
|
Package ui provides user-facing terminal messaging for the operation graph. |
|
provider/yaml
Package yaml provides YAML encoding and decoding for the operation graph.
|
Package yaml provides YAML encoding and decoding for the operation graph. |
|
starvalue
Package starvalue defines interfaces for custom Starlark value serialization.
|
Package starvalue defines interfaces for custom Starlark value serialization. |
Click to show internal directories.
Click to hide internal directories.