MCPcopy
hub / github.com/purpleidea/mgmt / Fs

Method Fs

engine/world.go:83–83  ·  view source on GitHub ↗

Fs takes a URI and returns the filesystem that corresponds to that. This is a way to turn a unique string handle into an appropriate filesystem object that we can interact with. The ctx is used to cancel any operations that it can.

(ctx context.Context, uri string)

Source from the content-addressed store, hash-verified

81 // filesystem object that we can interact with. The ctx is used to
82 // cancel any operations that it can.
83 Fs(ctx context.Context, uri string) (Fs, error)
84}
85
86// DeployWorld is a world interface with all of the deploy functions.

Callers 8

CallMethod · 0.65
CallMethod · 0.65
CallMethod · 0.65
CallMethod · 0.65
InitMethod · 0.65
CheckApplyMethod · 0.65
InitMethod · 0.65
graphMethod · 0.65

Implementers 1

Worldetcd/world.go

Calls

no outgoing calls

Tested by

no test coverage detected