| 129 | var ExpandForServer expandForServer |
| 130 | |
| 131 | type expandForServer struct{} |
| 132 | |
| 133 | // ConnBlob is a compact, URL-safe string that a server gives to clients so |
| 134 | // they can connect. It is the "tc"-prefixed base64url encoding of CBOR-encoded |
nothing calls this directly
no outgoing calls
no test coverage detected