(ctx context.Context, partialSearch string, params api.RepoSearchParameters)
| 81 | GetCodespaceRepositoryContents(ctx context.Context, codespace *api.Codespace, path string) ([]byte, error) |
| 82 | ListDevContainers(ctx context.Context, repoID int, branch string, limit int) (devcontainers []api.DevContainerEntry, err error) |
| 83 | GetCodespaceRepoSuggestions(ctx context.Context, partialSearch string, params api.RepoSearchParameters) ([]string, error) |
| 84 | GetCodespaceBillableOwner(ctx context.Context, nwo string) (*api.User, error) |
| 85 | ExternalHTTPClient() (*http.Client, error) |
| 86 | } |
no outgoing calls
no test coverage detected