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