(key)
| 278 | } |
| 279 | |
| 280 | function displayNameFromMetadataCacheKey(key) { |
| 281 | return key.slice(0, -"-metadata".length); |
| 282 | } |
| 283 | |
| 284 | export async function setMetadata(metadata, displayName = null) { |
| 285 | /* |
nothing calls this directly
no outgoing calls
no test coverage detected