MCPcopy Create free account
hub / github.com/dagger/dagger / SetHostPath

Method SetHostPath

core/workspace.go:55–57  ·  view source on GitHub ↗

SetHostPath sets the internal host filesystem path.

(p string)

Source from the content-addressed store, hash-verified

53
54// SetHostPath sets the internal host filesystem path.
55func (ws *Workspace) SetHostPath(p string) {
56 ws.hostPath = p
57}
58
59func (*Workspace) Type() *ast.Type {
60 return &ast.Type{

Callers 3

TestLockHostPathFunction · 0.95
TestReadWorkspaceLockFunction · 0.95
buildCoreWorkspaceMethod · 0.95

Calls

no outgoing calls

Tested by 2

TestLockHostPathFunction · 0.76
TestReadWorkspaceLockFunction · 0.76