{"id":31764005,"url":"https://github.com/dispatchrun/ssa","last_synced_at":"2025-10-09T23:39:35.094Z","repository":{"id":212761351,"uuid":"732234215","full_name":"dispatchrun/ssa","owner":"dispatchrun","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-16T02:28:29.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-06-21T04:50:40.851Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dispatchrun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-16T02:14:06.000Z","updated_at":"2023-12-16T03:11:22.000Z","dependencies_parsed_at":"2023-12-16T05:38:00.773Z","dependency_job_id":"bbf43103-74ef-4c13-8a93-6a3fdfe3c052","html_url":"https://github.com/dispatchrun/ssa","commit_stats":null,"previous_names":["stealthrocket/ssa","dispatchrun/ssa"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dispatchrun/ssa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dispatchrun%2Fssa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dispatchrun%2Fssa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dispatchrun%2Fssa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dispatchrun%2Fssa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dispatchrun","download_url":"https://codeload.github.com/dispatchrun/ssa/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dispatchrun%2Fssa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002311,"owners_count":26083340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-09T23:39:25.740Z","updated_at":"2025-10-09T23:39:35.086Z","avatar_url":"https://github.com/dispatchrun.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SSA\n\nA tool that prints the [SSA](https://pkg.go.dev/golang.org/x/tools/go/ssa)\nrepresentation of packages and/or functions.\n\n## Usage\n\nInstall the tool:\n\n```console\ngo install github.com/stealthrocket/ssa@latest\n```\n\nPrint a summary of members in a package\n\n```console\nssa path/to/go/package\n````\n\nPrint the SSA form of one or more functions/methods in a package:\n\n```console\nssa path/to/go/package Function SomeOtherFunction SomeOtherMethod\n````\n\n## Notes\n\nThis prints the `golang.org/x/tools/go/ssa` representation,\nwhich is not the same as the SSA form that the Go compiler\nuses (`cmd/compile/internal/ssa`).\n\nSee:\n* https://pkg.go.dev/golang.org/x/tools/go/ssa\n* https://github.com/golang/go/blob/master/src/cmd/compile/README.md\n\nA related tool is [x/tools/cmd/callgraph](https://pkg.go.dev/golang.org/x/tools@v0.16.1/cmd/callgraph),\nwhich prints the callgraph for a set of packages. It uses the same\nSSA form for its analysis.\n\n```console\ngo install golang.org/x/tools/cmd/callgraph@latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdispatchrun%2Fssa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdispatchrun%2Fssa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdispatchrun%2Fssa/lists"}