MCPcopy Index your code
hub / github.com/ContainerSSH/ContainerSSH / extractFile

Method extractFile

internal/test/docker.go:110–110  ·  view source on GitHub ↗

extractFile extracts a single file from the container and returns the contents.

(fileName string)

Source from the content-addressed store, hash-verified

108 port(containerPort string) int
109 // extractFile extracts a single file from the container and returns the contents.
110 extractFile(fileName string) []byte
111}
112
113type dockerContainer struct {

Callers 2

SSHFunction · 0.65
KeytabMethod · 0.65

Implementers 1

dockerContainerinternal/test/docker.go

Calls

no outgoing calls

Tested by

no test coverage detected