Files
zzet--gortex/bench/wire-format/cases/14_get_dependents_small.yaml
wehub-resource-sync a06f331eb8
CI / benchmark (push) Has been skipped
install-script / posix-syntax (push) Successful in 6m1s
CI / build-onnx (push) Failing after 6m43s
init-smoke / dry-run (push) Failing after 15m57s
security / govulncheck (push) Has been cancelled
security / trivy-fs (push) Has been cancelled
CI / test (1.26, ubuntu-latest) (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
CI / test (1.26, macos-latest) (push) Has been cancelled
CI / build-windows (push) Has been cancelled
CI / lint (push) Has been cancelled
install-script / powershell-syntax (push) Has been cancelled
install-script / install (macos-14) (push) Has been cancelled
install-script / install (ubuntu-latest) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:33:42 +08:00

19 lines
1.4 KiB
YAML

tool: get_dependents
description: transitive dependents, 5 nodes
input: |
{
"nodes":[
{"id":"internal/config/config.go::Config","kind":"type","name":"Config","file_path":"internal/config/config.go","start_line":40},
{"id":"internal/config/manager.go::Manager","kind":"type","name":"Manager","file_path":"internal/config/manager.go","start_line":22},
{"id":"cmd/gortex/serve.go::runServe","kind":"function","name":"runServe","file_path":"cmd/gortex/serve.go","start_line":48},
{"id":"cmd/gortex/bridge.go::runBridge","kind":"function","name":"runBridge","file_path":"cmd/gortex/bridge.go","start_line":36},
{"id":"cmd/gortex/daemon.go::runDaemonStart","kind":"function","name":"runDaemonStart","file_path":"cmd/gortex/daemon.go","start_line":78}
],
"edges":[
{"from":"internal/config/manager.go::Manager","to":"internal/config/config.go::Config","kind":"references","confidence":1.0,"origin":"ast_resolved"},
{"from":"cmd/gortex/serve.go::runServe","to":"internal/config/manager.go::Manager","kind":"references","confidence":1.0,"origin":"ast_resolved"},
{"from":"cmd/gortex/bridge.go::runBridge","to":"internal/config/manager.go::Manager","kind":"references","confidence":1.0,"origin":"ast_resolved"},
{"from":"cmd/gortex/daemon.go::runDaemonStart","to":"internal/config/manager.go::Manager","kind":"references","confidence":1.0,"origin":"ast_resolved"}
]
}