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

Method String

pkg/funclet/device/loop/loop_linux.go:54–56  ·  view source on GitHub ↗

String implements the Stringer interface for Device

()

Source from the content-addressed store, hash-verified

52
53// String implements the Stringer interface for Device
54func (device Device) String() string {
55 return device.Path()
56}
57
58// GetFree searches for the first free loopback device. If it cannot find one,
59// it will attempt to create one. If anything fails, GetFree will return an

Callers 1

GetLoopDeviceMapFunction · 0.95

Calls 1

PathMethod · 0.95

Tested by

no test coverage detected