MCPcopy
hub / github.com/cloudflare/tableflip / String

Method String

fds.go:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39type fileName [3]string
40
41func (name fileName) String() string {
42 return strings.Join(name[:], ":")
43}
44
45func (name fileName) isUnix() bool {
46 if name[0] == listenKind && (name[1] == "unix" || name[1] == "unixpacket") {

Callers 2

newParentFunction · 0.95
newFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected