(basename string)
| 3 | package socket |
| 4 | |
| 5 | func socketName(basename string) string { |
| 6 | // Address of an abstract socket -- this socket can be opened by name, |
| 7 | // but is not present in the filesystem. |
| 8 | return "@" + basename |
| 9 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…