MCPcopy Create free account
hub / github.com/baidu/EasyFaaS / RemoveTmpStorage

Method RemoveTmpStorage

pkg/funclet/tmp/tmp_manager.go:49–49  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

47type TmpManagerInterface interface {
48 GetTmpStorage(name string) (path string, err error)
49 RemoveTmpStorage(name string) (err error)
50 SnapshotTmpPaths() (paths *[]string, err error)
51 ListTmpPaths() (paths *[]string, err error)
52}

Callers 2

RemoveTmpDeviceMethod · 0.65
tmpRecycleTaskMethod · 0.65

Implementers 1

TmpManagerpkg/funclet/tmp/tmp_manager.go

Calls

no outgoing calls

Tested by

no test coverage detected