MCPcopy Create free account
hub / github.com/google/gapid / Pull

Method Pull

core/os/android/device.go:51–51  ·  view source on GitHub ↗

Pulls the remote file to the local one.

(ctx context.Context, remote, local string)

Source from the content-addressed store, hash-verified

49 Push(ctx context.Context, local, remote string) error
50 // Pulls the remote file to the local one.
51 Pull(ctx context.Context, remote, local string) error
52 // KeyEvent simulates a key-event on the device.
53 KeyEvent(ctx context.Context, key KeyCode) error
54 // SendEvent simulates low-level user-input to the device.

Callers 5

PullOBBMethod · 0.65
PullMethod · 0.65
TestFilePullFunction · 0.65
runFunction · 0.65
CaptureMethod · 0.65

Calls

no outgoing calls

Tested by 1

TestFilePullFunction · 0.52