Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudflare/tableflip
/ String
Method
String
fds.go:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
type
fileName [3]string
40
41
func
(name fileName) String() string {
42
return
strings.Join(name[:],
":"
)
43
}
44
45
func
(name fileName) isUnix() bool {
46
if
name[0] == listenKind && (name[1] ==
"unix"
|| name[1] ==
"unixpacket"
) {
Callers
2
newParent
Function · 0.95
newFile
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected