(id: string)
| 84 | } |
| 85 | |
| 86 | function expectedTaskMetaId(id: string): string | null { |
| 87 | return id.startsWith("code:task:") ? id.slice("code:task:".length) : null |
| 88 | } |
| 89 | |
| 90 | function readTaskMetaId(data: Uint8Array): string | null { |
| 91 | const doc = new Y.Doc() |