Home
last modified time | relevance | path

Searched refs:Workspace (Results 1 – 3 of 3) sorted by relevance

/tools/treble/hacksaw/workspace/
Dworkspace.go32 type Workspace struct { struct
37 func New(bm bind.PathBinder, topDir string) Workspace {
38 return Workspace{NewComposer(bm), topDir}
42 func (w Workspace) Create(workspaceName string, codebaseName string) (string, error) { argument
71 func (w Workspace) Recreate(workspaceName string) (string, error) { argument
92 func (w Workspace) GetDir(workspaceName string) (string, error) { argument
103 func (w Workspace) GetCodebase(workspaceName string) (string, error) { argument
113 func (w *Workspace) SetTopDir(dir string) { argument
117 func (w Workspace) List() map[string]string { argument
126 func (w Workspace) DetachGitWorktrees(workspaceName string, unbindList []string) error { argument
[all …]
/tools/treble/hacksaw/
DREADME.md68 Workspace composed
85 Workspace composed
161 ![Workspace diagram](images/workspace-diagram.png)
/tools/treble/hacksaw/client/
Dcommand.go44 workspace workspace.Workspace