MCPcopy Create free account
hub / github.com/devld/go-drive / TempFile

Struct TempFile

script/object_io.go:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155type TempFile struct {
156 Reader
157 f *os.File
158}
159
160func (tf TempFile) Write(b Bytes) {
161 _, e := tf.f.Write(b.b)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected